@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    min-width: 1500px;
}

/* 去除iPhone中默认的input样式 */

input {
    /* -webkit-appearance:none; */
    resize: none;
}
img{
    width: 100%;
}
/* 取消链接高亮  */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: '微软雅黑';
}

/* 设置HTML5元素为块 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* 图片自适应 */

img {
    outline-width: 0px;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
}

*:focus {
    outline: none;
}

/* 清零 */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    margin: 0 auto;
    font-family: '微软雅黑';
    font-size: 100%;
    /* background: #f5f5f5; */
    /* padding-bottom: 50px; */
}

em,
i {
    font-style: normal;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #676767;
    font-family: '微软雅黑';
}

a:hover {
    color: #969696;
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: '微软雅黑';
}

fieldset,
img {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: "";
}

input:password {
    ime-mode: disabled;
}

.clear {
    clear: both;
}

/*连续英文、数字换行*/

.wordwrap {
    word-break: break-all;
    word-wrap: break-word;
}

/*单行文字超出显示省略号*/

.omg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t-css {
    width: 100%;
    display: table;
}

.t-row-css {
    display: table-row;
    width: 100%;
}

.t-cell-css {
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
}

a,
span,
p,
h1,
h2,
h3,
div {
    font-family: '微软雅黑';
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
    /* line-height: 100%; */
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding:25px 0 ;
    /* position: relative; */
}

.unselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
    not supported by any browser */
}

.flex{display: flex;}
.justify_content{justify-content: space-between;}


.zrt_header {
    height: 40px;
    width: 100%;
    background: #79e3d0;
    margin-bottom: 35px;
}

.hgzrt {
    width: 1500px;
    margin: 0 auto;
}
.hgz_nav{
    height:35px;
}
.container {
    width: 1200px;
    margin: 0 auto;
}

.zrt_header_box {
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #fff;
}

.zrt_js {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 8px;
}

.zrt_login {
    width: 33%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 8px;
}

.zrt_login a {
    color: #fff;
    margin-left: 20px;
    font-size: 14px;
    cursor: pointer;
}

.zrt_logo {
    width: 222.5px;
    overflow: hidden;
}

.dsflex {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.logo{
    width: 100%;
    height: 66px;
}
.search_item {
    display: flex;
    width: 60%;
    align-items: center;
    border-radius: 46.67px;
    background: #F6FFFD;
    border: 1px solid #80E3D1;
}

.search_box {
    width: 83%; 
    background: #F6FFFD;
    margin-left: 3%;
}

.search_box input {
    text-indent: 1em;
    height: 38px;
    width: 90%;
    background: #F6FFFD;
    font-size: 16px;
    color: #8C8C8C;
}
.search_box input::placeholder{
    font-size: 16px;
    color: #8C8C8C;
    letter-spacing: 0.06em;
}
.search_btn {
    width: 13.5%;
    margin: 2px 0;
    background: #80E3D1;
    border-radius: 20px ;
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_btn img{
  width: 19.79px;
  height: 19.47px;
}
.search_btn  p{
    color: #fff;
    font-size: 16px;
    padding-left: 3px;
}

.header_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_item {
    width: 150px;
    height: 50px;
    background: #79e3d0;
    border: 1px solid #dcdcdc;
}

.g-banner {
    position: relative;
    height: 500px;
    overflow: hidden;
    width: 1200px;
    margin: auto;
    background-color: #fff;
}

.g-banner .g-banner-content {
    position: relative;
    float: left;
    width: 1184px
}

.g-banner .g-banner-content .g-banner-box {
    position: relative;
    height: 505px;
    width: 1185px;
}


.g-banner .banner-anchor {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 36px;
    height: 60px;
    overflow: hidden;
    font-size: 24px;
    color: rgba(255, 255, 255, .6);
    text-align: center;
    line-height: 60px;
    text-shadow: 0 2px 4px rgba(7, 17, 27, .6)
}

.g-banner .next {
    right: 0;
    border-radius: 4px 0 0 4px
}

.g-banner .prev {
    left: 0;
    border-radius: 0 4px 4px 0
}

.g-banner .next:hover,
.g-banner .prev:hover {
    color: #fff;
    background: rgba(7, 17, 27, .6)
}

.g-banner .g-banner-box>a:first-child .banner-slide {
    display: block
}

.g-banner .banner-slide {
    position: relative;
    height: 100%;
    z-index: 0;
}


/* .g-banner .banner-slide img {
    height: 316px;
    width: 936px;
    } */

.g-banner .inner {
    position: relative;
    width: 985px;
    margin: 0 auto
}

.g-banner .banner-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: right;
    padding-right: 24px;
    line-height: 12px
}

.g-banner .banner-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: 8px;
    background: rgba(7, 17, 27, .8);
    border: 1px solid rgba(255, 255, 255, .6);
    transition: transform .2s;
    cursor: pointer
}

.g-banner .banner-dots li.on {
    background: #FFF;
    border: 1px solid rgba(7, 17, 27, .4)
}

.menuwrap,
.submenu {
    position: absolute;
    top: 0;
    height: 444px
}

.menuwrap {
    background-color: rgba(7, 17, 27, .5);
    opacity: .502;
    left: 0;
    width: 216px;
    z-index: 1
}

.submenu {
    background: #fff;
    left: 216px;
    width: 300px;
    z-index: 581;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1)
}

.submenu .subinnerBox {
    overflow: hidden
}

.submenu .banner-line {
    position: relative;
    height: 1px;
    margin: 35px 0 23px;
    background-color: rgba(77, 85, 93, .08)
}

.submenu .banner-line span {
    position: absolute;
    top: -12px;
    left: 0;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #F20D0D;
    line-height: 24px;
    background-color: #fff
}

.submenu .tag-box {
    font-size: 0
}

.submenu .tag-box a {
    margin-bottom: 16px;
    font-size: 14px;
    color: #4D555D;
    line-height: 22px;
    margin-right: 24px;
    display: inline-block
}

.submenu .tag-box a:last-child {
    margin-right: 0
}

.submenu .subinnerBox .title {
    color: #07111b;
    font-size: 16px;
    line-height: 16px;
    margin-top: 32px;
    font-weight: 700;
    margin-bottom: 13px
}

.submenu .subinnerBox .recommend {
    margin-top: 33px;
    margin-bottom: 16px
}

.submenu a:hover {
    color: #f01414 !important
}

.submenu .subinnerBox .title a:hover {
    color: #f01414
}

.menuContent {
    font-weight: 400;
    width: 206px;
    height: 517px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -600px;
    z-index: 10;
    background-color: #FFFFFF;
}

.menuContent .item .box a:hover {
    color: #f01414 !important
}

.menuContent .item {
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    cursor: pointer;
    position: relative
}

.menuContent .item>a {
    display: flex;
    color: #3D3D3D;
    height: 40px;
    transition: all .1s;
    justify-content: center;
    align-items: center;
}
.menuContent .item .box a {
    color: #fff !important
}

.menuContent .on a {
    color: #08acee;
    background-color: rgba(255, 255, 255, .3)
}

.g-banner {
    background-color: #93999f;
    box-shadow: 0 12px 24px 0 rgba(7, 17, 27, .2)
}

.path-banner {
    width: 936px;
    height: 128px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, .1);
    background-color: #fff;
    text-align: center;
    padding: 0 18px
}

.path-banner i {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-size: 100%;
    margin-top: 22px
}

.container-types .wonderful-list .wenda-tit,
.path-banner>a {
    display: block;
    transition: all .3s
}

.path-banner .i-web {
    background-position: center 0
}

.path-banner .i-php {
    background-position: center -36px
}

.path-banner .i-java {
    background-position: center -72px
}

.path-banner .i-android {
    background-position: center -108px
}

.path-banner .i-ios {
    background-position: center -144px
}

.path-banner>a {
    float: left;
    font-size: 0;
    width: 180px;
    height: 128px;
    overflow: hidden
}

.path-banner>a:hover {
    margin-top: -4px
}

.path-banner .tit {
    font-size: 14px;
    color: #07111B;
    letter-spacing: 1px;
    margin-top: 4px
}

.path-banner .desc {
    font-size: 14px;
    color: #93999F;
    line-height: 16px;
    margin-top: 2px;
    font-weight: 400
}

.submenu .innerBox {
    background-color: #fff;
    padding: 12px 48px 32px;
    position: relative;
    min-height: 150px
}

.submenu .innerBox .bkimg {
    position: absolute;
    bottom: 0;
    right: -1px
}

.menuSub {
    position: absolute;
    left: 216px;
    background: #fff;
    width: 350px;
    height: 380px;
    background: rgba(255, 255, 255, .9);
    overflow-y: auto;
    top: -12px;
    border: 1px solid #dddddd;
}

.item:hover {
    background: #fff;
}

.dsnone {
    display: none;
}

.navigation {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.navigation,
.navigation_two {
    margin-top: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.nav_first {
    width: 207px;
    background: #FDB75C;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #fff;
}

.navigation .on {
    background: #61CBB8;
}

.navigation_item {
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: initial;
}
.navigation_item a{
    width: 100%;
    height: 100%;
    line-height:50px;
    color: white;
}
.navigation_items {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: initial;
    cursor: pointer;
    width: 153px;
}
.wy_ask p{
    color: #ff9d41;
    white-space: nowrap;
    padding-left: 3px;
}
.wy_ask img{
    width: 35px;
    height: 35px; 
}

.navigation_two .navigation_item {
    font-size: 20px;
    color: #666;
    width: 108px;
}

.navigation_two_item {
    display: block;
}
.navigation_two_item  img{
    width: 264px;
height: 176px;
border-radius: 12.53px;
}
.index_yh{
    width: 100%;
    display: flex;
    justify-content: center;
}
.navigation_two_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1200px;
    padding-bottom: 130px;
}
.navigation_two_box_imgs{
     width: 60%;
     padding-top: 50px;
     padding-bottom: 45px; 
}
.navigation_two_box_imgs1{
    width: 60%;
    padding-top: 45px;
}
.navigation_two_img {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.navigation_two_img_text{
    background-color: white;
    box-shadow: 0px 4px 30px 0px #E1E1E1;
    border-radius: 14px;
    padding: 8px;
    width: 264px;
    display: block;
}
.navigation_two_img_text:hover .navigation_two_img_text_fd img{
    transition: transform 0.3s ease; 
    transform: scale(1.5); 
}
.navigation_two_img_text:hover h4{
    color: #3EB6A0;
}
.navigation_two_img_text_fd{
    width: 264px;
height: 176px;
border-radius: 12.53px;
overflow: hidden;
}
.navigation_two_img_text_fd img{
    width: 264px;
    height: 176px; 
}
.navigation_two_img_text h4{
    width: 100%;
    height: 77px;
    padding-top: 10px;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 3;
 color: #3D3D3D;
 -webkit-box-orient:vertical;
}
.navigation_two_img_text p{
    border-top: 1.57px dashed #D8D8D8;
    margin-top: 10px;
    font-size: 14px;
    color: #7E7E7E;
    padding: 5px 0;
}
.news_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.index_zx{
    display: flex;
    width: 1200px;
    padding-bottom: 60px;
    justify-content: space-between;
}
.index_zxs{
    background-color: #F7FCFB;
}
.index_zxsy{
    width: 100%;
    background-image: url(/statics/hgzrt/images/index_rjb.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.index_zxsyt{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.news_big_item {
    width: 47%;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 5.41px 40.54px 0px #C0D1CD;
}
.news_big_item:hover .news_big_title{
  color: #3EB6A0;
}

.news_big {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 57%;
}

.news_big_item_rm{
    background: #FF5858;
    color: white;
    border-radius: 6px;
    padding: 2px 5px;
    font-size: 14px;
    display: inline-block;
    margin-top: 24px;
   margin-left: 18px;
}
.news_big_item_h4s{
    margin:18px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #D8D8D8;
}
.news_big_title {
  color: #3D3D3D;
  height: 64px;
  overflow: hidden;
  display:-webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient:vertical;
}
.news_big_item_time{
    padding:18px;
    font-size: 12px;
    color: #7E7E7E;
}
.news_big_item_con{
    padding:0 18px; 
    color: #676767;
    font-size: 14px;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient:vertical;
}

.news_big_img{
   height: 48%; 
   overflow: hidden;
   border-radius: 0px 0px 20px 20px;
}
.news_big_img img{
    width: 100%;
    border-radius: 0px 0px 20px 20px;
}
.news_small {
    width: 1200px;
}

.masonry {
    width: 1200px;
    margin: 20px auto;
    columns: 4;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.masonry_big {
    width: 380px;
    break-inside: avoid;
    margin-bottom: 30px;
    position: relative;
}

.masonry_big_img {
    width: 378px;
    height: 252px;
    background: #79e3d0;
}

.masonry_big_title {
    position: absolute;
    bottom: 20px;
    width: 358px;
    padding: 0 10px;
    color: #fff;
    height: 40px;
    font-weight: initial;
    line-height: 40px;
    background: #000000;
    opacity: 0.7;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.masonry_item {
    break-inside: avoid;
    padding: 13px 0;
    border-bottom: 1px dashed #dcdcdc;
    display: flex;
    justify-content: space-between;
}
.masonry_item:hover .masonry_item_zuo h4{
    color: #3EB6A0;
} 
.spe:nth-last-child(1) .masonry_item{
    border: none;
}

.masonry_img {
    padding-left: 5%;
    width: 180px;
height: 120px;
border-radius: 8px;
overflow: hidden;
}

.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.masonry_item img {
    width: 100%;
    border-radius: 8px; 
}

.masonry_item_zuo h4 {
    width: 230px;
    color: #3D3D3D;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.masonry_item_zuo_liu{
    padding-top: 15%;
}
.masonry_item_zuo p {
    color: #7E7E7E;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    font-size: 12px;
    -webkit-box-orient: vertical;
}
.masonry_item_zuo_time{
    padding-top: 8.5%;
}

.box {
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    position: relative;
    display: block;
}

.spe {
    padding: 0 22px;
}

.box-wrapper {
  width: 40%;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 5.41px 40.54px 0px #C0D1CD;
}
.content-score {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px 20px;
}

.content-score-left {
    text-align: center;
    width: 135px;
    height: 115px;
    border-right: 1px dotted #7f7e7e;
}

.content-score-right {
    width: 620px;
    height: 115px;
    margin-left: 20px;
}

.content-score-right-items span {
    padding: 4px 10px;
    color: #757575;
    font-size: 14px;
    border: 1px solid #eee;
    margin: 0px 10px 10px 0;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.content-score-right-title {
    margin-bottom: 10px;
    font-size: 14px;
}
.index_yy .hospital_box:nth-child(1){
    display: flex ;
}
.hospital_box{
    width: 1200px;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 ;
}
.hospital_item{
    width: 46%;
    background-color: white;
    box-shadow: 0px 4px 30px 0px #D9D9D9;
    border-radius: 20px;
    margin-bottom: 40px;
    display: flex;
    padding: 22px 20px;
    justify-content: space-between;
}
.hospital_item_img{
    width: 264px;
    overflow: hidden;
}
.hospital_item_img img{
    width: 100%;
    height: 176px;
    border-radius: 11.55px;
}
.hospital_item_right{
    flex: 1;
    padding-left: 10px;
}
.hospital_item:hover  .hospital_item_img img {
    transition: transform 0.3s ease; 
    transform: scale(1.5);    
} 

.hospital_item_title {
    width: 100%;
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 500;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient:vertical;
 height: 60px;
 padding-bottom: 5px;
 border-bottom: 1.44px dashed #E5E5E5;
}
.hospital_item_right_ys{
    padding-top: 14px;
    display: flex;
    align-items: flex-start;
}
.hospital_item_right_ys li{
    background: #E7F7FF;
    width: 30px;
    border-radius: 5.4px;
    color: #38AFF3;
    font-weight: 600;
    font-size: 14px;
    padding: 2px 4px;
}
.hospital_item_right_ys p{
    font-size: 14px;
    color: #696969;
    padding-bottom: 3px;
    padding-left: 5px;
    display: flex;
    flex: 1;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient:vertical;
}
.hospital_sc{
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1.44px dashed #E5E5E5;
}
.hospital_sc p{
    font-size: 14px;
    display: block;
    padding: 2px 3px;
    background: #FDF0E8;
    color: #FCA51A;
}
.hospital_item_right_ul{
    display: flex;   
}
.hospital_item_right_ul li{
     display: none;
    margin: 0 5px;
    padding: 2px 3px;
    font-size: 14px;
    background: #F4F4F4;
    color: #696969;
}
.hospital_item_right_ul li:nth-last-child(1){
    display: block;
}
.hospital_item_right_ul li:nth-last-child(2){
    display: block;
}
.hospital_item_zan{
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

.line_hide2{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.hospital_item_zan img{
width: 20px;
height: 20px;
}
.hospital_item_zan p{
    padding-left: 5px;
    color: #696969;
    font-size: 16px;
}
.hospital_item_zan p span{
    color: #F8AB5A
}

.hospital_item_score {
    font-size: 14px;
    padding-top: 10px;
    display: flex;
    border-top: 2px dashed #dcdcdc;
    align-items: center;
    justify-content: space-between;
}

.hospital_desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.score_canvas canvas {
    transform: scale(0.7);
    top: -10px;
    position: relative;
    left: -6px;
}

.score_canvas {
    width: 70px;
    height: 56px;
}

.hospital_lx {
    margin-top: 8px;
    color: #ff9d41;
    font-size: 14px;
    margin-bottom: 10px;
}

.doctor_list,
.list_item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.doctor_list{
    width: 1200px;
    padding: 40px 0 60px;
    display: none;
    justify-content: space-between;
}
.doctor_list:nth-child(1){
    display: flex;
}
.doctor_item {
width: 22%;
background-color: white;
box-shadow: 0px 3.74px 28.05px 0px #BBCDCD;
border-radius: 20px;
padding: 13px 13px 13px 14px;
position: relative;
}

.index_diary_item_rj {
    width: 15%;
    background-color: white;
    box-shadow: 0px 3.74px 28.05px 0px #D9DBD9;
    border-radius: 10.36px;
    padding: 26px 14px 22px 16px;
}
.index_diary_item_tg{
    display: inline-block;
   padding: 5px 10px;
   background: #66C7FB;
   border-radius: 6px;
   color: white;
   font-size: 14px;
}  
.index_diary_item_rj:hover .index_diary_item_bt{
    color: #38C19A;
}
.index_diary_item_bt{
    color: #3D3D3D;
    font-size: 18px;
    padding-top: 14px ;
    margin-bottom: 58px;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient:vertical;
}
.index_diary_jj{
    display: none;
}
.index_diary_time{
    padding-top: 16px;
    border-top: 1px dashed #D8D8D8;
    color: #7E7E7E;
    font-size: 12px;
}
.index_diary_item_rj:nth-child(1){
    width: 38%;
    background-color: white;
    box-shadow: 0px 3.74px 28.05px 0px #D9DBD9;
    border-radius: 10.36px;
    padding: 26px 25px 29px 32px;
}
.index_diary_item_rj:nth-child(1) .index_diary_item_tg{
   background-color: #F487E3;
}
.index_diary_item_rj:nth-child(3) .index_diary_item_tg{
    background-color: #FBC442;
 }
 .index_diary_item_rj:nth-child(4) .index_diary_item_tg{
    background-color: #5EDCB9;
 }

.index_diary_item_rj:nth-child(1) .index_diary_item_bt{
    padding-top: 14px;
   margin-bottom:12px ;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient:vertical;
}
.index_diary_item_rj:nth-child(1) .index_diary_jj{
    display: block;
    border-top: 1px dashed #D8D8D8;
    padding-top: 12px;
    overflow: hidden;
    color: #676767;
    display:-webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient:vertical;
}
.index_diary_item_rj:nth-child(1) .index_diary_time{
    border: none;
    padding-top: 26px;
}

.doctor_item_img {
    width: 100%;
    height: 170px;
    overflow: hidden;
}
.doctor_item_img img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.doctor_item_con{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.doctor_item_pf{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    border-bottom: 2px dashed #D8D8D8;
}
.doctor_item_pf p{
    color: #797979;
    font-size: 16px;
}
.doctor_item_pf_score{
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.doctor_item_pf_score img{
    width: 20px;
    height: 20.11px;
}
.doctor_item_pf_score p{
    color: #F8AB5A;
    font-size: 16px;
    padding-left: 5px;
}
.doctor_item_dz{
   padding: 18px 0;
   color: #797979;
   font-size: 16px;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
}
.doctor_item_tit{
    width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 18px;
}
.doctor_item_tit h4{
    color: #3D3D3D;
    font-size: 18px;
}
.doctor_item_tit p{
   padding-left: 10px;
   color: #797979;
   font-size: 14px;
}
.doctor_item_title {
    padding: 15px 0;
    border-bottom: 2px dashed #dcdcdc;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.doctor_item:hover .doctor_item_dw{
    display: block;
}
.doctor_item_dw{
    position: absolute;
    background: rgba(115, 115, 115, 0.8);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.index_yk{
    width: 100%;
    display: flex;
    justify-content: center;
}
.index_yk_con{
   width: 1200px;
}
.index_yk_cons{
    width: 1200px;
    padding-bottom: 60px;
    height: 490px;
    display: flex;
    flex-direction: column; 
    flex-wrap: wrap; 
    justify-content: space-between;
    align-content: space-between;
}
.index_yk_cons_item{
    display: flex;
    width: 28%;
    padding: 14px  17px 15px 12px;
    border: 1px solid white;
    border-radius: 8px;
}
.index_yk_cons_item:hover .index_yk_cons_item_right h4{
    color: #80E3D1;
} 
.index_yk_cons_item:hover {
    border: 1px solid #80E3D1;
    background: #F9FCFC;
}
.index_yk_cons_item_left p{
    color: #FFFFFF;
    padding: 6px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    background-color: #66C7FB;
}
.index_yk_cons_item:nth-child(1) .index_yk_cons_item_left p{
    background: #FF5858;
}
.index_yk_cons_item:nth-child(2) .index_yk_cons_item_left p{
    background: #FFA56C;
}
.index_yk_cons_item:nth-child(3) .index_yk_cons_item_left p{
    background: #FFD86C;
}
.index_yk_cons_item_right{
    padding-left: 12px;
    flex: 1;
}
.index_yk_cons_item_right h4{
    color: #3D3D3D;
    font-weight: 600;
    font-size: 16px;
    padding-top: 3px;
    height: 64px;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient:vertical;
}
.index_yk_cons_item_right p{
    margin-top:15px ;
    background: #F1F1F1;
    border-radius: 4px;
    color: #7E7E7E;
    font-size: 14px;
    padding: 8px 0 8px 12px;
}
.index_yk_cons_item1{
    width: 28%;
     height: 100%;
    box-shadow: 0px 5.41px 30px 0px #E1E1E1;
    background: #FFFFFF;
    border-radius: 20px;
}
.index_yk_cons_item1:hover  .index_yk_cons_item_right1 h4{
    color: #38C19A;
}
.index_yk_cons_item_left1{
    width: 100%;
    height: 55%;
    overflow: hidden;
}
.index_yk_cons_item_left1 img{
    width: 100%;
    height: 100%;
    background-color: yellowgreen;
    object-fit: cover;
    border-radius: 16px 16px 0px 0px;
}
.index_yk_cons_item_right1{
    padding: 16px 19px 20px 20px;
}
.index_yk_cons_item_right1 h4{
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient:vertical;

}
.index_yk_cons_item_right1 p{
     padding-top: 16px;
     color: #676767;
     font-size: 16px;
     line-height: 20px;
     overflow: hidden;
     display:-webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient:vertical;
}
.index_yk_cons_item_right1 li{
    margin-top: 16px;
    border-top: 2px dashed #D8D8D8;
     padding-top: 15px;
     color: #8C8C8C;
     font-size: 14px;
}
.index_video{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 60px;
}
.index_videos{
    width: 1500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.index_video_img1{
    position: absolute;
    width: 43px;
    height: 43px;
    top: 48%;
    left: 1%;
    cursor: pointer;
}
.index_video_img2{
    position: absolute;
    width: 43px;
    height: 43px;
    top:48%;
    right: 1%;
    cursor: pointer;
}
.index_video_con{
   width: 1500px;
   display: flex;
   justify-content: center;
   position: relative;
 
}
.index_video_cons{
    display: flex;
    flex-wrap: wrap; 
 
}
.index_video_cony{
    width: 1200px;
    overflow: hidden;
  
}
.index_video_cons_item{
    width: 380px;
   padding-right: 30px; 
}
.index_video_cons_item:hover  .data_img{
    transition: transform 0.3s ease; 
    transform: scale(1.5); 
}
.index_video_cons_item_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index_video_cons_item_img img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.index_video_cons_item_img_play{
    position: absolute;
    width: 60px !important;
    height: 60px !important;
    top: 38%;
    left: 38%;
}
.index_video_cons_item_ding{
    position: absolute;
     bottom: 0;
     width: 100%;
     background: rgba(55, 55, 55, 0.7);
     border-radius: 0px 0px 10px 10px;
     display: flex;
     align-items: center;
     justify-content: space-around;
     padding: 10px 0;
}
.index_video_cons_item_ding p{
    color: white;
    font-size: 12px;
}
.index_video_cons_item_ding ul{
    display: flex;
    align-items: center;
}
.index_video_cons_item_ding ul li{
    display: flex;
    align-items: center;
    padding-left: 8px;
}
.index_video_cons_item_ding ul li img{
    width: 15px;
    height: 15px;
    padding-right: 3px;
    padding-top: 1.5px;
}
.index_video_cons_item_img{
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
}
.index_video_cons_item_title{
    padding-top: 14px;
    color: #3D3D3D;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
      white-space: nowrap;
}

 .index_wd{
    width: 100%;
    background-image: url(/statics/hgzrt/images/index_wd.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
 }
 .index_wd_con{
    width: 1200px;
    display: flex;
    align-items: center;
    padding-bottom: 80px;
    flex-wrap: wrap;
    justify-content: space-between;
 }
 .index_wd_con_item{
   width: 45%;
   background-color: white;
   box-shadow: 0px 4px 30px 0px #E5E1D3;
   border-radius: 20px;
   padding: 14px 22px;
   margin-top: 40px;
   position: relative;
 }
 .index_wd_con_item:hover .list_wd_item_dw{
  display: block;
 }
 .index_wd_con_item_user{
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px dashed #E5E5E5;
 }
 .index_wd_con_item_user img{
    width: 24px;
    height: 24px;
    margin-left: 5px;
 }
 .index_wd_con_item_user p{
    color: #7E7E7E;
    font-size: 14px;
    padding-left: 10px;
 }
 .index_wd_con_item_question{
    display: flex;
    align-items: center;
    padding: 13px 0 12px;
 }
 .index_wd_con_item_question img{
    width: 24px;
    height: 24px;
    margin-left: 5px;
 }
 .index_wd_con_item_question p{
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
 }
 .index_wd_con_item_answer{
    padding:13px 11px 15px 12px ;
    background: #F5F5F7;
 }
 .index_wd_con_item_answer p{
    color: #797979;
    font-size: 16px;
    height: 65px;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 3;
 letter-spacing: 0.02em;
 -webkit-box-orient:vertical;
 }
 .index_wd_con_item_time{
    margin-top: 14px;
    padding-top: 10px;
    border-top:1px dashed #E5E5E5 ;
 }
 .index_wd_con_item_time p{
    color: #7E7E7E;
    font-size: 14px;
 }
.hospital_desc div:first-of-type {
    margin-bottom: 5px;
    font-size: 14px;
    color: #93999F;
}
.items_line{
    border-bottom: 2px dashed #dcdcdc;
    margin-bottom: 10px;
}
.hospital_desc div:first-of-type h4 {
    font-size: 18px;
    color: #000;
    display: inline;
    padding-right: 10px;
    font-weight: bold;
}

.hospital_desc div:nth-of-type(2) {
    color: #79e3d0;
    width: 100%;
    font-size: 16px;
    height: 19px;
    overflow: hidden;
}

.doctor_item_title .score_canvas {
    margin-right: 10px;
    margin-top: -3px;
}
.d290{
    width: 275px;
    height: 350px;
}
.index_yy{
    width: 1200px;
}
.index_ys{
    width: 1200px; 
}
.index_nav{
   width: 1200px;
   display: flex;
   justify-content: center;
}
.display_flex{
    display: flex !important;
    justify-content: space-between !important;
}
.index_dzs{
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border-radius: 6px;
    background-color: #F8F8F8;
}
.index_dzs1{
    box-shadow: 0px 4px 10px 0px #DCE8E6;
}
.index_dzs ul{
     width: 78%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.index_dzs ul li{
  padding:0 30px ;
  border-right: 1px solid #D8D8D8;
  color: #676767;
  font-size: 16px;
  cursor: pointer;
}
.index_dzs ul .on{
    color:#FB9B28 ;
}
.index_dzs ul li:nth-last-child(1){
    border: none;
}
.index_dzs a{
    display: block;
    width: 11%;
    background: #FFF1E4;
    height: 100%;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    color: #FB8E28;
    font-size: 14px;
}
.doctor_code {
    margin-top: 15px;
    color: #ff9d41;
    font-size: 14px;
    display: flex;
    margin-bottom: 8px;
    word-break: break-all;
    height: 23px;
    overflow: hidden;
}

.doctor_jj {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    font-size: 14px;
    -webkit-box-orient: vertical;
    color: #93999F;
    margin-bottom: 12px;
}

.doctor_sc {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    font-size: 14px;
    -webkit-box-orient: vertical;
    color: #54b1fd;
    margin-bottom: 8px;
}

.video_list {
    display: flex;
    justify-content: space-between;
}

.video_item {
    width: 375px;
    height: 295px;
    margin-right: 10px;
    margin-top: 20px;
    border-bottom: 2px dashed #dcdcdc;
    display: block;
}

.video_img {
    width: 375px;
    background: #79e3d0;
    height: 250px;
}

.video_title {
    display: -webkit-box;
    overflow: hidden;
    font-weight: initial;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    font-size: 14px;
    -webkit-box-orient: vertical;
    margin: 10px 0;
    font-size: 18px;
}

.news_user {
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
}

.news_item {
    display: flex;
    justify-content: space-between;
}

.news_look {
    display: flex;
    font-size: 14px;
}

.news_more {
    font-size: 14px;
    color: #54b1fd;
}

.news_look div {
    padding-right: 20px;
}
.content_yer_bg{
    position: relative;
    background-color: white !important;
}
.zhz{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0,0.5);
    top: 0;
    display:none;
    justify-content: center;
    align-items: center;
}
.zhz_con{
    width: 600px;
    height: 430px;
    border-radius: 30px;
    background: #ECFAF8;
   background-image: url("/statics/hgzrt/images/brty.png");
   background-repeat: no-repeat;
   background-size: 100%  100%;

}
.zhz_con_head{
    padding: 45px 29px 50px 29px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zhz_con_head_let{
    width: 221px;
    height: 2px; 
    transform: rotate(180deg);
    background: linear-gradient(90deg, #007C69 0%, rgba(216, 216, 216, 0) 102%);
}
.zhz_con_head_ma{
    font-size: 30px;
    color: #007C69;
}
.zhz_con_head_ri{
    width: 221px;
    height: 2px;
    background: linear-gradient(90deg, #007C69 0%, rgba(216, 216, 216, 0) 102%)
}
.zhz_con_mm{
     margin: 0px 20px;
     border-bottom:1px solid #D8D8D8 ;
     display: flex;
     align-items: center;
     justify-content: space-evenly;
}
.zhz_con_mm_tw{
    width: 78px;
    margin-bottom: 30.17px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.zhz_con_mm_tw img{
    width: 78px;
    height: 77.78px;
}
.zhz_con_mm_tw_wx{
    font-size: 18px;
    line-height: 46.71px;
    color: #3D3D3D;
}
.zhz_con_foot{
 width: 302px;
height: 60px;
border-radius: 10px;
background: #33C9B2;
font-size: 22px;
color: #FFFFFF;
text-align: center;
line-height: 60px;
margin: 36.5px auto 0;
cursor: pointer;

}
.zhz_zrt{
    width: 600px;
    height: 640px;
   border-radius: 30px;
   background: #ECFAF8;
   background-image: url("/statics/hgzrt/images/brty.png");
  background-repeat: no-repeat;
  background-size: 100%  100%;
  display: none;
}
.zhz_zrt_head{
    display: flex;
    margin-top: 39px;
    justify-content: flex-end;
}
.zhz_zrt_head img{
    width: 54px;
    height: 54px; 
    margin-right: 34px; 
    cursor: pointer;
}
.zhz_zrt_con{
    display: flex;
    align-items: center;
    justify-content: center;
}
.zhz_zrt_con img{
    width: 365px;
    height: 391px;
    cursor: pointer;
}
.zhz_zrt_sm{
    width: 302px;
    height: 60px;
    border-radius: 10px;
    background: #33C9B2;
    margin: 32px auto 0 ;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}




.zrt_bread {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}
.zrt_bread img{
    width: 17px;
    height: 17px;
}
.zrt_bread p{
    padding-left: 5px;
}
.zrt_bread p span{
    color: #676767; 
}
.zrt_bread p span:nth-last-child(1) a{
    color: #80E3D1
}
.zrt_bread p span:nth-last-child(1) {
    color: #80E3D1
}

.zrt_list_nav {
    font-size: 22px;
}
.tips{
    text-align: right;
    padding-bottom: 10px;
    margin-right: -35px;
}

.screen{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    margin-top: 10px;
    align-items: center;
}
.zrt_screen {
    display: flex;
}

.zrt_screen div {
    margin-right: 10px;
    padding: 3px 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}

.screen_choose {
    color: #79e3d0;
    border: 1px solid #79e3d0;
    position: relative;
}

.screen_choose_close {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    background: #f01414;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 5px;
    line-height: 16px;
}

.screen_choose div {
    text-indent: 10px;
}

.list_box {
    justify-content: space-between;
    display: flex;
    margin-top: 20px;
    align-items: flex-start;
}

.list_screen {
    width: 271px;
    height: auto;
    border: 2px solid #79e3d0;
}

.list_all {
    flex: 1;
    margin-left: 26px;
    padding:30px 0 ;
    border: 1px solid #80E3D1;
    box-sizing: border-box;
}

.screen_nav {
    background: #79e3d0;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}

.screen_item {
    cursor: pointer;
    border-bottom: 1px dashed #D8D8D8;
}
.active{
     background-color: #E7F7FF;
}
.scree_title {
    padding: 10px  0 10px 15px ;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.screen_box .screen_item:first-of-type .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_yer.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(3) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_bi.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(2) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_my.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(4) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_xb.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(5) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_mb.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.mb30{
    margin-bottom: 30px;
}
.screen_box .screen_item:nth-of-type(6) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_se.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(7) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_xz.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(8) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_cz.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(9) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_mb.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(10) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_mf.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(11) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_zs.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(12) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_yw.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(13) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_zh.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(14) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_yc.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(15) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_sm.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(16) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_bh.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(17) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_cb.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(18) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_xrz.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(19) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_pf.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(20) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_tb.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(21) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_kq.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(22) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_qt.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(23) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/statics/hgzrt/images/list_xg.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.scree_small {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 10px;
    display: none;
    background-color:  #F8F8F8;
}
.screen_small_item a:hover{
    color: #38C19A;
}

.screen_small_item {
    margin-bottom: 5px;
    margin-right: 8px;
    cursor: pointer;
}

.list_item_doctor{
    margin: 0 34px;
    padding-top: 34px;
    display: flex;
    flex-wrap: wrap;
    border-bottom:  1px dashed #D8D8D8;
    justify-content: space-between;
}
.doctor_ys_item{
    width: 30%;
    box-shadow: 0px 3.74px 20px 0px #DFDFDF;
    border-radius: 20px;
    margin-bottom: 34px;
    position: relative;
}
.doctor_ys_item:hover .doctor_ys_item_dw{
    display: block;
}
.doctor_ys_item_dw{
    position: absolute;
    background: rgba(115, 115, 115, 0.8);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.doctor_ys_item_desc1{
    padding-top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.doctor_ys_item_desc1 p:nth-child(1){
    color: white;
    font-size: 18px;
    font-weight: 600;
}
.doctor_ys_item_desc1 p:nth-last-child(1){
     padding-left: 5px;
     color:white;
     font-size: 16px;
}
.doctor_ys_item_cy1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #D8D8D8;
}
.doctor_ys_item_cy1 p{
    color:white;
    font-size: 16px;
}
.doctor_ys_item_cy1 ul{
    display: flex;
    align-items: center;
}
.doctor_ys_item_cy1 ul li:nth-child(1){
    display: flex;
    align-items: center;
}
.doctor_ys_item_cy1 ul li:nth-child(1) img{
    width: 19px;
    height: 19px;
}
.doctor_ys_item_cy1 ul li:nth-last-child(1){
    color:white;
    font-size: 16px;
    padding-left: 5px;
}
.doctor_ys_item_dz1{
    padding: 24px 17px 0 18px;
    overflow: hidden;
}
.doctor_ys_item_dz1 p{
    color: white;  
    font-size: 16px;
    text-align: center;
}
.doctor_ys_item_ck1{
    margin-top: 45px;
    display: flex;
    justify-content: center;
}
.doctor_ys_item_ck1 p{
    color: #FFFFFF;
    font-size: 18px;
    padding: 8px 12px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}

.doctor_ys_item_img{
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    height: 170px;
    overflow: hidden;
}
.doctor_ys_item_img img{
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    height: 170px;
    object-fit: cover;
}
.doctor_ys_item_title{
    padding: 24px 0 34px 0;
}
.doctor_ys_item_desc{
    display: flex;
    justify-content: center;
    align-items: center;
}
.doctor_ys_item_desc p:nth-child(1){
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 600;
}
.doctor_ys_item_desc p:nth-last-child(1){
     padding-left: 5px;
     color: #797979;
     font-size: 16px;
}
.doctor_ys_item_cy{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #D8D8D8;
}
.doctor_ys_item_cy p{
    color: #797979;
    font-size: 16px;
}
.doctor_ys_item_cy ul{
    display: flex;
    align-items: center;
}
.doctor_ys_item_cy ul li:nth-child(1){
    display: flex;
    align-items: center;
}
.doctor_ys_item_cy ul li:nth-child(1) img{
    width: 19px;
    height: 19px;
}
.doctor_ys_item_cy ul li:nth-last-child(1){
    color:#F8AB5A;
    font-size: 16px;
    padding-left: 5px;
}
.doctor_ys_item_dz{
    padding: 24px 30px 0 30px;
}
.doctor_ys_item_dz p{
    color: #797979;  
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list_scyh{
    margin: 0 34px;
    display: flex;
    flex-wrap: wrap;
    border-bottom:  1px dashed #D8D8D8;
}
.list_scyh_item{
    width:262px;
    padding: 34px 0;
    margin-right: 15px;
    border-bottom: 1px dashed #D8D8D8;
}
.list_scyh_item:hover  .list_scyh_item_img img{
    transition: transform 0.3s ease; 
    transform: scale(1.5); 
}
.list_scyh_item_img{
    width: 100%; 
    height: 180px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.list_scyh_item_img img{
    width: 100%; 
    height: 180px;
    border-radius: 10px;
}
.list_scyh_item_img_yy{
    position: absolute;
    background: rgba(55, 55, 55, 0.7);
    padding: 8px 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
}
.list_scyh_item_title{
    padding-top: 14px;
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient:vertical;
    height: 48px;
}
.list_scyh_item_gx{
    padding-top: 12px;
    font-size: 14px;
    color: #676767;
}
.list_scyh_item:nth-child(1){
    width:827px;
}
.list_scyh_item:nth-child(1) .list_scyh_item_title p{
    color: #3D3D3D;
    font-size: 24px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list_scyh_item:nth-child(1) .list_scyh_item_text{
    color: #696969;
    font-size: 18px;
    margin-bottom: 14px;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient:vertical;
}
.list_scyh_item:nth-child(1) .list_scyh_item_imgs{
    width: 100%;
    display: flex;
    align-items: center;
}
.list_scyh_item:nth-child(1) .list_scyh_item_img{
    width: 31.5%;
    height: 200px;
    border-radius: 14.63px;
    margin-right:1.5% ;
}
.list_scyh_item:nth-child(1) .list_scyh_item_img img{
    height: 200px;
    border-radius: 14.63px;
    width: 100%;
    object-fit: cover;
}
.list_scyh_item:nth-child(1) .list_scyh_item_zong{
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.list_scyh_item:nth-child(1) .list_scyh_item_yd{
    display: flex;
    align-items: center;
}
.list_scyh_item:nth-child(1) .list_scyh_item_yd li{
    display: flex;
    align-items: center;
}
.list_scyh_item:nth-child(1) .list_scyh_item_yd  p{
    color: #7E7E7E;
    font-size: 16px;
    padding-left: 5px;
} 
.list_scyh_item:nth-child(1) .list_scyh_item_gxs{
    color: #7E7E7E;
    font-size: 16px;
    padding-left: 50px;
}
.screen1{
    display: flex;
    align-items: center;
    margin-left: 32px;
   padding-bottom: 24px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #D8D8D8;
}
.zrt_screen1{
    display: flex;
    align-items: center;
}
.screen_choose1{
    margin-left: 15px;
    padding:10px ;
    border: 1px solid #80E3D1;
    border-radius: 6px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    background: #F6FFFD;
}
.screen_choose1 div{
    color: #38C19A;
    font-size: 16px;
}
.screen_choose_close1{
    width: 20px;
   height: 20px;
   margin-left: 15px;
}
.hy_txt {
    font-size: 14px;
    color: red;
}
.hy_txt1 span{
   color: #FB9F29;
}
.list_wd{
    padding: 32px 32px 0 32px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom:1px dashed #D8D8D8 ;
}

.list_wd_item{
    width: 380px;
    box-shadow: 0px 4px 30px 0px #D9D9D9;
    border-radius: 20px;
    margin-bottom: 32px;
    padding: 14px 12px;
    position: relative;
}
.list_wd_item_dw{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    top: 0;
    right: 0;
    display: none;
    background: rgba(115, 115, 115, 0.8);
}
.list_wd_item_dw_img{
  padding-top: 22px;
  display: flex;
  justify-content: center;
}
.list_wd_item_dw_img img{
    width: 34px;
    height: 34px;
}
.list_wd_item_dw_text{
    padding: 24px 42px 14px;
}
.list_wd_item_dw_text p{
    color: white;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient:vertical;
 height: 48px;
}
.list_wd_item_dw_ck{
     border-top: 1px dashed #FFFFFF;
     display: flex;
     justify-content: center;
}
.list_wd_item_dw_ck p{
    color: #FFFFFF;
    font-size: 18px;
    padding: 9px 9px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    margin-top:20px ;
}
.list_wd_item:hover .list_wd_item_dw{
   display: block;
}
.list_wd_item_user{
    display: flex;
    padding-bottom: 10px;
    align-items: center;
    border-bottom: 1px dashed #E5E5E5;
}
.list_wd_item_user img{
    width: 24px;
    height: 24px;
}
.list_wd_item_user p{
    color: #7E7E7E;
    font-size: 14px;
    padding-left: 5px;
}
.list_wd_item_question{
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.list_wd_item_question img{
    width: 24px;
    height: 24px;
}
.list_wd_item_question p{
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 600;
    padding-left: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list_wd_item_answer{
    width: 100%;
    border-radius: 10px;
    background: #F5F5F7;
    height: 100px;
    margin-top: 12px;
    overflow: hidden;
}
.list_wd_item_answer p{
    padding: 10px 16px 0 12px;
    color: #797979;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient:vertical;
}
.list_wd_item_time{
    margin-top:14px ;
    border-top:1px dashed #E5E5E5;
    padding-top: 10px;
}
.list_wd_item_time p{
    color: #7E7E7E;
    font-size: 14px;
}
.list_rj{
    margin: 0 32px;
    padding: 20px 0 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dashed #D8D8D8;
}

.list_rj_item{
    width: 380px;
    margin: 12px 0;
    padding: 0 10px ;
    border-radius: 10.36px;
    background: #FFFFFF;
    box-shadow: 0px 3.74px 28.05px 0px #D9D9D9;
}
.list_rj_item1:hover .list_rj_item_title1 p{
    color: #38C19A;
}
.list_rj_item:hover  .list_rj_item_title p{
    color: #38C19A;
}
.list_rj_item_img{
    overflow: hidden;
}
.list_rj_item_tg{
      padding-top: 24px;
      padding-left: 12px;
}
.list_rj_item_tg p{
    padding:3px 10px;
    display: inline-block;
    background: #F487E3;
    border-radius: 6px;
    color: white;
    font-size: 14px;
}
.list_rj_item_title{
    overflow: hidden;
   display:-webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient:vertical;
color: #3D3D3D;
font-size: 16px;
font-weight: 600;
height: 42px;
padding: 14px 12px 0 12px ;
}
.list_rj_item_bor{
    border-bottom: 1px dashed #D8D8D8;
    margin: 14px 0;
}
.list_rj_item_top{
    display: flex;
    padding-bottom: 26px;
}
.list_rj_item_img{
    width: 150px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
}
.list_rj_item_img img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.list_rj_item_jj{
    flex: 1;
    padding-left: 12px;
}
.list_rj_item_jj p:nth-child(1){
    font-size: 12px; 
    color: #676767;
    padding-top: 10px;
    overflow: hidden;
   display:-webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient:vertical;
}
.list_rj_item_jj p:nth-last-child(1){
    font-size: 12px; 
    color: #676767;
    padding-top: 15px;
}

.list_rj_item1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 18px;
}
.list_rj_item_img1{
 width: 360px;
height: 240px;
border-radius: 10px;
overflow: hidden;
}
.list_rj_item_img1 img{
    width: 360px;
height: 240px;
border-radius: 10px;
}
.list_rj_item_you{
    margin-left: 16px;
    flex: 1;
    background-color:#EDFCF9;
    padding: 0 18px;
}
.list_rj_item_tg1{
    padding-top: 17px;
    padding-left: 10px;
}
.list_rj_item_tg1 p{
    padding:3px 10px;
    display: inline-block;
    background: #5EDCB9;
    border-radius: 6px;
    color: white;
    font-size: 14px; 
}
.list_rj_item_title1{
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient:vertical;
 color: #3D3D3D;
 font-size: 16px;
 font-weight: 600;
 padding: 14px 10px 0 10px ;
  height: 44px;
}
.list_rj_item_bor1{
    border-bottom: 1px dashed #D8D8D8;
    margin: 12px 0; 
}
.list_rj_item_jj1 {
   overflow: hidden;
   padding: 0 10px;
}
.list_rj_item_jj1 p{
    color: #676767;
    font-size: 16px;  
    line-height: 20px;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient:vertical;
}
.list_rj_item_jj1 p:nth-last-child(1){
    padding-top: 30px;
    font-size: 12px;
    color: #7E7E7E;
}
.list_zx{
    margin: 0 32px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #D8D8D8;   
}
.list_zx_item{
    width: 270px;
    padding: 30px 0;
    margin-right: 6px;
    border-bottom: 1px dashed #D8D8D8;
}
.list_zx_item:hover .list_zx_item_title{
    color: #38C19A;
}
.list_zx_item_img{
    width: 100%;
    border-radius: 12.53px; 
    height: 180px;
    overflow: hidden;
}
.list_zx_item_img img{
    width: 100%;
    height: 100%;
    border-radius: 12.53px; 
}
.list_zx_item_title{
    padding-top: 14px;
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    height: 70px;
    display:-webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient:vertical;
}

.list_zx_item_time{
    padding-top: 12px;
    font-size:14px ;
    color: #676767;
}
.list_zx_item1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom:1px dashed #D8D8D8 ;
}
.list_zx_item_img1{
 width: 360px;
overflow: hidden;
}
.list_zx_item_img1 img{
    width: 360px;

}
.list_zx_item_you{
    margin-left: 16px;
    flex: 1;
    background-color:#EDFCF9;
    padding: 0 18px;
}
.list_zx_item_tg1{
    padding-top: 17px;
    padding-left: 10px;
}
.list_zx_item_tg1 p{
    padding:3px 10px;
    display: inline-block;
    background: #5EDCB9;
    border-radius: 6px;
    color: white;
    font-size: 14px; 
}
.list_zx_item_title1{
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient:vertical;
 color: #3D3D3D;
 font-size: 16px;
 font-weight: 600;
 height: 70px;
 padding: 14px 10px 0 10px ;
}
.list_zx_item_bor1{
    border-bottom: 1px dashed #D8D8D8;
    margin: 12px 0; 
}
.list_zx_item_jj1 {
   overflow: hidden;
   padding: 0 10px;
}
.list_zx_item_jj1 p{
    color: #676767;
    font-size: 16px;  
    line-height: 20px;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient:vertical;
}
.list_zx_item_jj1 p:nth-last-child(1){
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #7E7E7E;
}
.list_zx_item2{
    display: flex;
    padding: 30px 0;
    border-bottom:1px dashed #D8D8D8 ;
}
.list_zx_item2:hover{
    background: #EDFCF9;
}
.list_zx_item_img2{
    width: 240px;
  border-radius: 10px;
  overflow: hidden;
 margin-left: 32px;
}
.list_zx_item_img2 img{
    width: 240px;
    border-radius: 10px;
}
.list_zx_item_you2{
    flex: 1;
    padding-left: 18px;
    margin-right: 32px;
}
.list_zx_item_title2{
    padding-top: 5px;
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 600;
    height: 70px;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient:vertical;
}
.list_zx_item_jj2{
    padding-top: 12px;
}
.list_zx_item_jj2 p{
    color: #696969;
    font-size: 16px;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient:vertical;
}
.list_zx_item_jj2 li{
    margin-top: 20px;
    background: #F7F9F9;
    border-radius: 6px;
    color: #38C19A;
    font-size: 14px;
    padding: 5px 0 5px  14px;
}

.list_ykdt{
    margin: 0 32px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dashed #D8D8D8;   
}
.list_ykdt_item{
    width: 270px;
    padding: 30px 0;
    border-bottom: 1px dashed #D8D8D8;
}
.list_ykdt_item:hover .list_ykdt_item_title{
    color: #38C19A;
}
.list_ykdt_item_img{
    width: 100%;
    border-radius: 12.53px; 
    height: 180px;
    overflow: hidden;
}
.list_ykdt_item_img img{
    width: 100%;
    height: 100%;
    border-radius: 12.53px; 
}
.list_ykdt_item_title{
    padding-top: 14px;
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    height: 70px;
    display:-webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient:vertical;
}
.list_ykdt_item_time{
    padding-top: 12px;
    font-size:14px ;
    color: #676767;
}
.list_ykdt1{
    width: 100%;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px dashed #D8D8D8;
}
.list_ykdt1_left{
    width: 420px;
}
.list_ykdt1_item_img{
    width: 420px;
height: 280px;
border-radius: 10px;
overflow: hidden;
}
.list_ykdt1_item:hover  .list_ykdt1_item_title{
    color: #38C19A;
}
.list_ykdt1_item_imgs{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.list_ykdt1_item_title{
    color: #3D3D3D;
    font-size: 20px;
    height: 76px;
    font-weight: 600;
    padding-top: 14px;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient:vertical;
}
.list_ykdt1_item_time{
    padding-top: 25px;
    color: #676767;
    font-size: 16px;
    padding-bottom: 30px;
}
.list_ykdt1_right{
    padding-left: 29px;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.list_ykdt1_right_item{
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #E8E8E8;
}
.list_ykdt1_right_item:hover .list_ykdt1_right_item_title p{
    color: #38C19A;
}
.list_ykdt1_right_item:nth-child(1){
    background-color: #EEFCF9;
}
.list_ykdt1_right_item:nth-last-child(1){
    margin-top: 15px;
}
.list_ykdt1_right_item_time{
     display: flex;
     align-items: center;
     padding: 10px 0 10px 16px;
     background: linear-gradient(90deg, #61CBB8 0%, #80E3D1 100%);
}
.list_ykdt1_right_item_time img{
    width: 16px;
    height: 16px;
}
.list_ykdt1_right_item_time  p{
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 5px;
}
.list_ykdt1_right_item_title{
    margin:0 9px;
    padding: 12px 0 16px;
    height: 42px;
    border-bottom:1px dashed #D8D8D8;
}
.list_ykdt1_right_item_title p{
   padding: 0 7px;
   color: #3D3D3D;
   font-size: 16px;
   font-weight: 600;
   overflow: hidden;
   display:-webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient:vertical;
}
.list_ykdt1_right_item_con{
    padding: 16px 16px 22px;
}
.list_ykdt1_right_item_con p{
    color: #676767;
    font-size: 14px;
    overflow: hidden;
   display:-webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient:vertical;
}
.list_video{
    margin: 0 32px; 
}
.list_videos{
    display: flex;
    border-bottom:1px dashed #D8D8D8;
}
.list_videos_zou{
    width: 49%;   
}
.list_videos_you{
    flex: 1;
    padding-left: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_video_item1{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 0;
}
.list_video_item1:hover .list_video_item_img1 img{
    transition: transform 0.3s ease; 
    transform: scale(1.5); 
}
.list_video_item:hover .list_video_item_img img{
    transition: transform 0.3s ease; 
    transform: scale(1.5); 
}
 .list_video_item_img1{
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 10px;
}
.list_video_item_img1_play{
    position: absolute;
    top: 40%;
    right: 43%;
    width: 60px !important;
    height: 60px !important;
}
 .list_video_item_img1 img{
    width: 100%;
    height: 280px;
    border-radius: 10px;
}

 .list_video_item_title1{
    padding-top: 20px;
    color: #3D3D3D;
    font-size: 20px;
    height: 77px;
    font-weight: 600;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient:vertical;
}
 .list_video_item_time1{
    padding-top: 25px;
    color: #676767;
    font-size: 16px;
}
.list_video_item{
    width: 195px;
    padding-top: 30px ;
}
.list_video_item:nth-child(5){
    display: none;
}
.list_video_item:nth-child(6){
    display: none;
}
.list_video_item_img{
    width: 195px;
height: 130px;
border-radius: 8px;
overflow: hidden;
position: relative;
}
.list_video_item_img_play{
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    top: 32%;
    left: 40%;
}
.list_video_item_img img{
width: 195px;
height: 130px;
border-radius: 8px;
}
.list_video_item_title{
    color: #3D3D3D;
    font-size: 14px;
    font-weight: 600;
    padding-top: 8px;
    height: 56px;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient:vertical;
}
.list_video_item_time{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(55, 55, 55, 0.7);
    border-radius: 0px 0px 10px;
    padding: 4px 0;
    color: #FFFFFF;
    font-size: 12px;
    display: flex;
    justify-content: center;
}
.index_rc{
    border: 1px solid #80E3D1;
    margin-top: 21px;
}
.index_rc_con{
    padding: 0 26px 61px 38px;
}
.index_rc_con_head{
    padding: 20px 0 24px;
    border-bottom:1px dashed #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_rc_con_head_left{
    display: flex;
    align-items: center;
}
.index_rc_con_head_left_rd{
    display: flex;
    align-items: center;
    padding: 5px 3px;
    border-radius: 8px;
    background: #FEEFEC;
}
.index_rc_con_head_left_rd_img{
    background: #F97253;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_rc_con_head_left_rd_img img{
     width: 14px;
     height: 18px;
}
.index_rc_con_head_left_rd p{
    padding-left: 6px;
    padding-right: 6px;
    color: #F97253;
    font-size: 18px;
}
.index_rc_con_head_left_sl{
    display: flex;
    align-items: center; 
    padding: 5px 3px;
    border-radius: 8px;
    background: #FFF7E8;
    margin-left: 34px;
}
.index_rc_con_head_left_sl_img{
    width: 30px;
    height: 30px;
    border-radius: 5.15px;  
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9BC53;
}
.index_rc_con_head_left_sl_img img{
    width: 32px;
    height: 32px;
}
.index_rc_con_head_left_sl p{
    padding-left: 6px;
    color: #F9BC53;
    font-size: 18px;
    padding-right: 6px;
}
.index_rc_con_head_right{
    display: flex;
    align-items: center;
}
.index_rc_con_head_right_fx{
    display: flex;
    align-items: center;
}
.index_rc_con_head_right_fx_img{
    width: 34px;
    height: 34px;
}
.index_rc_con_head_right_fx_img img{
    width: 34px;
    height: 34px;
}
.index_rc_con_head_right_fx p{
    color: #767676; 
    font-size: 18px;
    padding-left: 12px;
}
.index_rc_con_head_right_sc{
    display: flex;
    align-items: center;
    padding-left: 31px;
}
.index_rc_con_head_right_sc_img{
    width: 34px;
    height: 34px;
}
.index_rc_con_head_right_sc_img img{
    width: 34px;
    height: 34px;
}
.index_rc_con_head_right_sc p{
    color: #767676; 
    font-size: 18px;
    padding-left: 12px;
}
.index_rc_con_xgnr{
    padding: 24px 0;
    border-bottom:1px dashed #D8D8D8;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.index_rc_con_xgnr_time{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top:18px ;
}
.index_rc_con_xgnr_con h4{
    color: #494949;
    font-size: 20px; 
}
.index_rc_con_xgnr_time_img{
    width: 23.19px;
    height: 23.61px;
}
.index_rc_con_xgnr_time p{
    color: #ADADAD;
    font-size: 16px;
}
.index_rc_con_imgtext1{
    padding: 30px 0;
    border-bottom:1px dashed #D8D8D8;
    display: flex;
}
.index_rc_con_imgtext1_left{
    width: 540px;
    height: 360px;
    border-radius: 10px
}
.index_rc_con_item{
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
}
.index_rc_con_item_img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.index_rc_con_item img{
    width: 100%;
    height: 100%;
    border-radius: 10px
}
.index_rc_con_item_ding1{
    width: 100%;
    position: absolute;
    bottom: 0%;
    background: rgba(55, 55, 55, 0.7);
    border-radius: 0px 0px 15.12px 15.12px;
    padding: 10px 0;
}
.index_rc_con_item_ding1 p{
  padding: 0 14px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index_rc_con_item_ding2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 104px;
    height: 42px;
border-radius: 0px 10px 0px 10px;
background: #FBA820;
}
.index_rc_con_item_ding2 p{
     text-align: center;
     line-height: 42px;
     color: white;
     font-size: 16px;
}
.index_rc_con_imgtext1_right{
    width: 574px;
    margin-left: 22px;
    padding:0 12px ;
    background-color:#F5F5F5;
}
.index_rc_con_imgtext1_right_item{
       display: flex;
      padding-top: 18px;
      padding-bottom: 18px;
      flex-wrap: wrap;
      border-bottom: 1px dashed #D8D8D8;
     overflow: hidden;
}
.index_rc_con_imgtext1_right_item_time{
    width: 100%;
}
.index_rc_con_imgtext1_right_item:hover  h5{
    color: #61CBB8;
}
.index_rc_con_imgtext1_right_item:nth-last-child(1){
    border: none;
}
.index_rc_con_imgtext1_right_item h5{
    color: #3D3D3D;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.index_rc_con_imgtext1_right_item h5::before {  
    content: "";  
    background-color: #FDB75C;  
    width: 9px;
    height: 9px; 
    display: inline-block; 
    border-radius: 50%;  
    margin-right: 5px;  
    vertical-align: middle;  
  }  
.index_rc_con_imgtext1_right_item p{
    padding-top: 12px;
    color: #676767;
    font-size: 14px;
    padding-left: 14px;
}
.index_rc_con_imgtext2{
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #D8D8D8;
}
.index_rc_con_imgtext2_item{
    width: 360px;
    padding: 30px 0;
    margin-right: 28px;
}
.index_rc_con_imgtext2_item_img{
    width: 100%;
    height: 240px;
border-radius: 10px;
overflow: hidden;
position: relative;
}
.index_rc_con_imgtext2_item_img img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.index_rc_con_imgtext2_item_ding1{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(55, 55, 55, 0.7);
    padding: 10px 0;
    display: flex;
    justify-content: center;
    color: white;
    font-size: 16px;
}
.index_rc_con_imgtext2_item_ding2{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
height: 32px;
border-radius: 0px 10px 0px 10px;
background: #2CCEA1;
color: #FFFFFF;
font-size: 14px;
text-align: center;
line-height: 32px;
}
.index_rc_con_imgtext2_ding1{
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    background: rgba(55, 55, 55, 0.7);
    padding: 10px 0;
  }
  .index_rc_con_imgtext2_ding1 ul{
      display: flex;
      align-items: center;
      justify-content: space-evenly;
  }
  .index_rc_con_imgtext2_ding1 ul li{
      display: flex;
      align-items: center;
  }
  .index_rc_con_imgtext2_ding1 ul li:nth-child(1){
      display: flex;
      align-items: center;
  }
  .index_rc_con_imgtext2_ding1 ul li:nth-child(1) img{
      width: 16px;
      height: 16px;
  }
  .index_rc_con_imgtext2_ding1 ul li:nth-child(1) p{
      color: #FFFFFF;
      font-size: 14px;
      padding-left: 5px;
  }
  .index_rc_con_imgtext2_ding1 ul li:nth-last-child(1){
      display: flex;
      align-items: center;
  }
  .index_rc_con_imgtext2_ding1 ul li:nth-last-child(1) img{
      width: 16px;
      height: 16px;
  }
  .index_rc_con_imgtext2_ding1 ul li:nth-last-child(1) p{
      color: #FFFFFF;
      font-size: 14px;
      padding-left: 5px;
  }






.index_rc_con_imgtext2_item_tit{
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 2;
 padding-top: 16px;
 -webkit-box-orient:vertical;
}
.index_rc_con_imgtext2_item_time{
    color: #676767;
    padding-top: 16px;
    font-size: 14px;
}
.index_rc_con_imgtext3{
    display: flex;
    flex-wrap: wrap;
}
.index_rc_con_imgtext3_item{
    width: 270px;
    border-bottom: 1px dashed #D8D8D8;
    padding: 30px 0;
    padding-right: 13px;
}
.index_rc_con_imgtext3_img{
    width: 270px;
height: 180px;
border-radius: 10px;
position: relative;
overflow: hidden;
}
.index_rc_con_imgtext3_img img{
 width: 100%;
 height: 100%;
border-radius: 10px;
}
.index_rc_con_imgtext3_item_ding1{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(55, 55, 55, 0.7);
    padding: 10px 0;
    display: flex;
    justify-content: center;
    color: white;
    font-size: 16px;
}
.index_rc_con_imgtext3_item:hover .index_rc_con_imgtext3_item_tit{
    color: #5EDCB9;
}
.index_rc_con_imgtext3_ding1{
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  background: rgba(55, 55, 55, 0.7);
  padding: 10px 0;
}
.index_rc_con_imgtext3_ding1 ul{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.index_rc_con_imgtext3_ding1 ul li{
    display: flex;
    align-items: center;
}
.index_rc_con_imgtext3_ding1 ul li:nth-child(1){
    display: flex;
    align-items: center;
}
.index_rc_con_imgtext3_ding1 ul li:nth-child(1) img{
    width: 16px;
    height: 16px;
}
.index_rc_con_imgtext3_ding1 ul li:nth-child(1) p{
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 5px;
}
.index_rc_con_imgtext3_ding1 ul li:nth-last-child(1){
    display: flex;
    align-items: center;
}
.index_rc_con_imgtext3_ding1 ul li:nth-last-child(1) img{
    width: 16px;
    height: 16px;
}
.index_rc_con_imgtext3_ding1 ul li:nth-last-child(1) p{
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 5px;
}
.index_rc_con_imgtext3_ding2{
    position: absolute;
    top: 0;
    right: 0;
    background: #896BF9;
    border-radius: 0px 10px 0px 10px;
    font-size: 14px;
    color: #FFFFFF;
    width: 80px;
height: 32px;
text-align: center;
line-height: 32px;
}
.index_rc_con_imgtext3_item_tit{
    padding-top: 10px;
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
}
.index_rc_con_imgtext3_item_tit p{
    display:-webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
}
.index_rc_con_imgtext3_item_time{
    padding-top: 10px;
    color: #676767;
    font-size: 14px;
}

















.mt10{
    margin-top: 10px;
}
.mt0 {
    margin-top: 0 !important;
}

.w290 {
    width: 280px;
    height: 425px;
    margin-right: 20px;
}
.n290{
    width: 275px;
    height: 345px;
}
.n290s{
    width: 806px;
    height: 240px;
    border-radius: 10px;
    box-sizing: border-box;
   border: 1px solid #D4D4D4;
}
.n290s:hover{
    border:1px solid  #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
.n290s:hover  .list_item_right_tot{
    color: #64B6AF;
}
.n290_con{
    padding:20px 16px 20px  20px;
    display: flex;

}

.n290_con_img{
    width: 300px;
   height: 200px;
   border-radius: 10px;
   position: relative;
}
.n290_con_imgs{
    width: 300px;
    height: 200px;
}
.n290_con_img_ding{
    position: absolute;
    width: 87px;
    height: 31px;
    border-radius: 0px 10px 0px 10px;
    background: #F95353;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.n290_con_img_ding_img{
    width: 14px;
    height: 18px;
}
.n290_con_img_rs{
    font-size: 16px;
    color: #FFFFFF;
    margin-left: 7px;
}
.list_item_right{
    margin-left: 16px;
    flex: 1;
}
.list_item_right_tot{
    height: 70px;
    font-weight: 500;
    font-size: 20px;
    color: #3D3D3D;
}
.list_item_right_rws{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.list_item_right_rws_img{
    width: 20px;
    height: 20px;
}
.list_item_right_rws_rw{
    margin-left: 6.8px;
    color: #7E7E7E;
}
.list_item_right_jj{
    margin-top: 8.32px;
    display: flex;
    align-items: center;
}
.list_item_right_jj_img{
    width: 20px;
    height: 20px;
}
.list_item_right_jj_rw{
    margin-left: 6.8px;
    color: #7E7E7E; 
}
.list_item_right_lok{
    width: 454px;
   height: 59px;
   border-radius: 6px;
   background: #EBFFFB; 
   display: flex;
   align-items: center; 
}
.list_item_right_lok_yer{
    display: flex;
    width: 156px;
    justify-content: center;
    align-items: center;
}
.list_item_right_lok_yer_img{
       width: 22.45px;
       height: 12.71px;
}
.list_item_right_lok_yer_rw{
    color: #64B6AF;
    font-size: 14px;
    margin-left: 8px;
}
.list_item_right_zhf{
    display: flex; 
    width: 156px;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
}
.list_item_right_zhf_img{
    width: 19px;
    height: 18px;
}
.list_item_right_zhf_rw{
    color: #64B6AF;
    font-size: 14px;
    margin-left: 8px;
}
.list_item_right_xh{
    display: flex;
    width: 156px;
    justify-content: center;
    align-items: center;
}
.list_item_right_xh_img{
    width: 19px;
    height: 18px;
}
.list_item_right_xh_rw{
    color: #64B6AF;
    font-size: 14px;
    margin-left: 8px;
}
.list_item_img {
    width: 280px;
    background: #79e3d0;
    height: 193px;
    overflow: hidden;
}

.list_item .hospital_desc div:first-of-type span {
    font-size: 17px;
    display: inline-block;
    width: 74px;
    height: 25px;
    overflow: hidden;
}

.list_item .hospital_desc div:first-of-type {
    font-size: 12px;
    display: flex;
    align-items: center;
}
.list_show{
    padding: 0 32px;
}
.list_nav_item {
    padding: 10px 0 10px 10px;
    text-align: center;
    color: #3D3D3D;
    background: #fff;
}
.list_nav_item  p{
    border-right: 1px solid #B9B9B9;
   padding: 0 20px;
}
.list_nav_item:nth-last-child(1)  p{
    border: none;
}
.list_nav {
    display: flex;
    border-bottom:1px dashed #D8D8D8;
}

.list_nav .on {
    border-bottom: 3px solid #80E3D1;
}

.zxys_items_hospital_item{
    display: flex;
    padding: 34px 32px;
    border-bottom: 1px dashed #D8D8D8;
}
.zxys_items_hospital_item:hover{
    background: #EDFCF9;
}
.zxys_items_hospital_item:hover .zxys_items_hospital_item_img img{
    transition: transform 0.3s ease; 
    transform: scale(1.5); 
}
.zxys_items_hospital_item_img{
    width: 240px;
    height: 160px;
    position: relative;
    overflow: hidden;
}
.zxys_items_hospital_item_zcl{
    position: absolute;
    bottom: 0;
    background: rgba(55, 55, 55, 0.7);
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    padding: 10px 0;
    color: #FFFFFF;
    font-size: 14px;
    display: flex;
    justify-content: center;
}
.zxys_items_hospital_item_img  img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.zxys_items_hospital_item_right{
    flex: 1;
    margin-left: 24px;
}
.zxys_items_hospital_item_title{
    display: flex;
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
}
.zxys_items_hospital_item_dz{
    padding-top: 10px;
    display: flex;
}
.zxys_items_hospital_item_dz p:nth-child(1){
    background: #E7F7FF;
    padding: 5px ;
    border-radius: 4px;
    color: #38AFF3;
    font-size: 14px;
}
.zxys_items_hospital_item_dz p:nth-last-child(1){
    padding: 5px 0 5px 10px ;
    color: #696969;
    font-size: 14px;
}
.zxys_items_hospital_item_xm{
   padding-top: 10px; 
   display: flex;
}
.zxys_items_hospital_item_xm p:nth-child(1){
    background: #FDF0E8;
    padding:3px 5px ;
    font-size: 14px;
    border-radius: 4px;
    color: #FCA51A;
}
.zxys_items_hospital_item_xm_ul{
    display: flex;

}
.zxys_items_hospital_item_xm_ul li{
    display: none;
    padding:3px 5px ;
    font-size: 14px;
    border-radius: 4px;
    background: #F4F4F4;
    margin: 0 6px;
}
.zxys_items_hospital_item_xm_ul li:nth-child(1){
    display: block;
}
.zxys_items_hospital_item_xm_ul li:nth-child(2){
    display: block;
}
.zxys_items_hospital_item_xm_ul li:nth-child(3){
    display: block;
}
.zxys_items_hospital_item_xm_ul li:nth-child(4){
    display: block;
}
.zxys_items_hospital_item:nth-child(1) .zxys_items_hospital_item_xm_ul li{
    background-color:#5EDCB9 ;
    color: white;
}

.zxys_items_hospital_item_ys{
    margin-top: 10px;
    padding: 9px 0 10px 14px ;
    background: #F7F9F9;
    border-radius: 6px;
    font-size: 14px;
    color: #38C19A;
}
.zxys_items_hospital_item:nth-child(1) .zxys_items_hospital_item_img{
    width: 360px;
    height: 240px;
    overflow: hidden;
}
.zxys_items_hospital_item:nth-child(1) .zxys_items_hospital_item_right{
    background: #EDFCF9;
}
.zxys_items_hospital_item:nth-child(1) .zxys_items_hospital_item_title{
    padding-top: 24px;
    margin:0 14px;
    padding-bottom: 9px;
    border-bottom: 1px dashed #D8D8D8;
}
.zxys_items_hospital_item:nth-child(1) .zxys_items_hospital_item_dz{
    margin:0 14px;
    padding-top: 15px;
}
.zxys_items_hospital_item:nth-child(1) .zxys_items_hospital_item_xm{
    margin:0  14px;
    padding: 15px 0;
    border-bottom:1px dashed #D8D8D8 ;
}
.zxys_items_hospital_item:nth-child(1) .zxys_items_hospital_item_ys{
    margin:0 14px;
    border: 1px solid #80E3D1;
    border-radius: 6px;
    background-color:#EDFCF9 ;
    margin-top: 14px;
}
.video_height {
    width: 280px;
    height: 270px;
}

.city_screen {
    margin-top: 10px;
    padding: 20px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #E1E1E1;
    border-radius: 10px;
}

.choose_town,
.choose_city,
.choose_area {
    display: flex;
    padding:0 60px 0 20px;
}

.area_box {
    display: flex;
    width: 1190px;
    flex-wrap: wrap;
}

.area_nav {
    margin-right: 10px;
    width: 100px;
    margin-top: 10px;
    color: #9E9E9E;
}
.area_box>a{
    padding: 5px 10px;
    border-radius: 6px;
}
.area_box .on {
    background: #80E3D1;
    color: white;
    padding: 5px 10px;
    border-radius: 6px;
}

.area_item {
    padding: 0 10px;
    cursor: pointer;
    /* margin-top: 10px; */
    margin: 10px 0;
}

.city_nav {
    margin-right: 10px;
    width: 100px;
    margin-top: 10px;
    color: #9E9E9E;
}

.city_box {
    display: flex;
    width: 1190px;
    flex-wrap: wrap;
}

.city_box .on1 {
    background: #80E3D1;
    color: white;
    padding: 5px 10px;
    border-radius: 6px;
}


.city_item {
    padding: 0 10px;
    cursor: pointer;
    /* margin-top: 10px; */
    margin: 10px 0;
}

.town_nav {
    margin-right: 10px;
    width: 100px;
    margin-top: 10px;
    color: #9E9E9E;
}

.town_box {
    display: flex;
    width: 1190px;
    flex-wrap: wrap;
}

.town_item .on2 {
    background: #80E3D1;
    color: white;
    padding: 5px 10px;
    border-radius: 6px;
}

.town_item {
    padding: 0 10px;
    cursor: pointer;
    margin-top: 10px;
}

.w125 {
    width: 125px;
}

.hosp_wh {
    width: 280px;
    height: 385px;
    margin-right: 20px;
}

.disc_wh {
    height: 340px;
    width: 290px;
}

.discount_hospital {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

.ask_user {
    padding: 10px 0;
    border-bottom: 2px dashed #dcdcdc;
    color: #999;
}

.ask_question {
    margin-top: 10px;
    color: #666;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    font-size: 14px;
    -webkit-box-orient: vertical;
    height: 40px;
}

.ask_question span {
    color: #70ac90;
}

.ask_answer {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    font-size: 14px;
    -webkit-box-orient: vertical;
    color: #666;
    margin-bottom: 10px;
}

.ask_answer span {
    color: #08acee;
    margin-bottom: 10px;
}

.ask_question span {
    padding-right: 10px;
}

.ask_answer span {
    padding-right: 10px;
}

.ask_wh {
    height: 380px;
    width: 290px;
}

.content_bg {
    background: #f4f4f4;
}

.zrt_content_title {
    font-size: 24px;
    padding: 20px;
    border-bottom: 2px dashed #dcdcdc;
}
.zrt_content_title h3{
    font-weight: initial;
}
.zrt_content_box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    align-items: flex-start;
}

.content_user {
    padding: 10px 0 10px 0;
    font-size: 14px;
    display: flex;
    margin: 0px 20px;
}


.content_user div {
    margin-right: 20px;
    color: #999;
    cursor: pointer;
}

.seo_content {
    padding: 0.5em;
    font-size: 16px;
}

.seo_content h1 {
    font-size: 20px;
}

.seo_content p {
    padding: 5px 0;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-indent: 2em;
}

.seo_content p img,
.seo_content img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    width: auto;
    height: auto;
}

.seo_content h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 6px;
    text-align: left;
}

.seo_content table p {
    text-indent: 0;
}

.selectTdClass {
    background-color: #edf5fa !important
}

.seo_content table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

.seo_content td,
.seo_content th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}
.left_content{
    width: 880px;
    background: #fff;
}
/* .yer_bread_left{
    border: 1px solid #D4D4D4;
} */
.yer_bread_left_lok{
    height: 74px;
    border: 1px solid #D4D4D4;
    border-top: none;
    display: flex;
    align-items: center;
}
.yer_bread_left_lok_zuo{
    background: #FEEFEC;
    padding: 3px 4px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-left: 32px;
}
.yer_bread_left_lok_zuo1{
    width: 32px;
    height: 32px; 
    border-radius: 8px; 
    background: #F97253;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yer_bread_left_lok_zuo1_img{
    width: 18px;
    height: 14px; 
}
.yer_bread_left_lok_zuo2{
    font-size: 16px;
    color: #F97253;
    display: flex;
}
.yer_bread_left_lok_zuo2 p{
    padding-left: 8px;
}
.yer_bread_left_lok_you{
    display: flex;
    align-items: center;
    flex: 1;
    height: 40px;
    justify-content: flex-end;
    margin-right: 34px;
}
.yer_bread_left_lok_you1{
    display: flex;
    align-items: center;
}
.yer_bread_left_lok_you1_img{
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.yer_bread_left_lok_you1_con{
    color: #767676;
    font-size: 16px;
    margin-left: 12px;
}
.yer_bread_left_lok_you2{
    display: flex;
    align-items: center;
    margin-left: 31px;
}
.yer_bread_left_lok_you2_img{
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.yer_bread_left_lok_you2_con{
    color: #767676;
    font-size: 16px;
    margin-left: 12px;
    display: flex;
}
.yer_bread_left_head{
    height: 126px;
    border: 1px solid #D4D4D4;
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.yer_bread_left_head_tit{
    border: none;
     display: flex !important;
     width: 100%;
    justify-content: center !important;
}
.yer_bread_left_heads{
    display: flex;
    width: 100%;
    justify-content: center;
}
.yer_bread_left_head_yers{
    display: flex;
    align-items: center;
}
.yer_bread_left_head_yers_img{
    width: 23px;
     height: 23px;
     margin-right: 6px;
     cursor: pointer;
}
.yer_bread_left_head_yers_con{
    color: #ADADAD;
     display: flex;
}
.yer_bread_left_head_rw{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    border-right: 1px solid #D8D8D8;
    margin: 0 16px;
}
.yer_bread_left_head_rw_img{
    width: 23px;
     height: 23px;
     margin-right: 6px;
}
.yer_bread_left_head_rw_con{
    color: #ADADAD;
}
.yer_bread_left_head_time{
    display: flex;
    align-items: center;
}
.yer_bread_left_head_time_img{
    width: 23px;
     height: 23px;
     margin-right: 6px;
}
.yer_bread_left_head_time_con{
    color: #ADADAD;
}

.yer_bread_left_mains{
    border-bottom: 1px dashed #D8D8D8 ;
    border-right: 1px solid #D8D8D8 ;
    border-left: 1px solid #D8D8D8 ;
}
.yer_bread_pl_hosp{
    border-top: 30px solid #f4f4f4 ;
}
.yer_bread_pl{
    border-right: 1px solid #D8D8D8 ;
    border-left: 1px solid #D8D8D8 ;
    border-bottom: 1px solid #D8D8D8 ;
}
.yer_bread_pls{
    padding: 36px 53px;
}
.yer_bread_pls_head{
     display: flex;
     align-items: center;
}
.yer_bread_pls_head_zan{
    width: 28px;
    height: 28px;
    margin-right: 8px;
    cursor: pointer;
}
.yer_bread_pls_head_zp{
    color: #3D3D3D; 
    font-size: 20px;
    font-weight: 600;
}
.yer_bread_pls_head_zp  span{
    color: #64B6AF;
}
.yer_bread_pl_con{
    border-bottom: 1px dashed #D8D8D8;
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
}
.yer_bread_pl_con_le{
    width: 20%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.yer_bread_pl_con_le_imgs{
    width: 48px;
    height: 48px;
    border-radius: 103.95px;
    background-color: red;

}
.yer_bread_pl_con_le_imgs{
    width: 48px;
    height: 48px;
}
.yer_bread_pl_con_le_rw{
    width: 180px;
    color: #3D3D3D;
    line-height: 22.18px;
    font-size: 16px;
    margin-top: 6px;
    text-align: center;
    overflow: hidden;
    display:-webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
}
.yer_bread_pl_con_rl{
    flex: 1;
    margin-left: 29px;
}
.yer_bread_pl_con_rl-dz{
    display: flex;
}
.yer_bread_pl_con_rl-dz_my{
    color: #3D3D3D; 
    line-height: 22.18px;
    font-size: 16px;
    font-weight: 700;
    margin-right: 12px;
}
.yer_bread_pl_con_rl-dz ul{
    display: flex;
    align-items: center;
}
.yer_bread_pl_con_rl-dz ul li{
    margin-right: 8px;
}
.yer_bread_pl_con_rl_ts{
    width: 250px;
    height: 27px;
    border-radius: 5px;
    background: #FFF5E8;
    margin-top: 14px;
    color: #FB9B28;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}
.yer_bread_pl_con_rl_plys{
    font-size: 16px;
    color: #737373;
    margin-top: 12px;
}
.yer_bread_wyps{
    padding: 0 68px 0 53px;
}
.yer_bread_wyps_head{
    display: flex;
    align-items:center;
    margin-bottom: 20px;
}
.yer_bread_wyps_head_ko{
    width: 4px;
height: 19px;
background: #80E3D1;  
}
.yer_bread_wyps_head_wy{
    margin-left: 8px;
    color: #3D3D3D;
    font-size: 20px;
    font-weight: 700;
}
.yer_bread_wyps_con{
    border: 1px solid #D4D4D4;
}
.yer_bread_wyps_con_myd{
    text-align: center;
    margin-top: 11px;
    margin-bottom: 12px;
    color: #3D3D3D;
    font-size: 14px;
}
.yer_bread_wyps_con ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.yer_bread_wyps_con ul li{
    width: 44px;
    height: 44px;
    margin-right: 17px;
    margin-left: 17px;
    cursor: pointer;
}

.yer_bread_wyps_con_dl{
    text-align: center;
    margin-top: 12px;
    margin-bottom: 14px;
    color: #7E7E7E;
    font-size: 12px;
}
.yer_bread_wyps_texts{
    width: 100%;
    height: 136px;
    background: #F6F6F6;
    margin:  20px 0 24px;
    border-radius: 10px;
    text-indent: 1em;
    color: #676767;
    font-size: 16px;
    padding: 10px;
}
.yer_bread_wyps_texts::placeholder{
    color: #676767;
    font-size: 16px;
}
.yer_bread_wyps_inp{
    display: flex;
    justify-content: flex-end;
}
.yer_bread_wyps_inp input{
    width: 95px;
    height: 33px;
    border-radius: 6px;
    background: #77D8D0;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 37px;
    cursor: pointer;
}

.yer_bread_sx{
    padding: 30px 0 50px;
    border-top: 1px dashed  #D4D4D4 ;
}
.yer_bread_sx_shang{
    display: flex;
    align-items: center;
    margin-left: 32px;
    cursor: pointer;
}
.yer_bread_sx_shang:hover .yer_bread_sx_shang_fp_ss{
    color: #64B6AF;
}
.yer_bread_sx_shang:hover .yer_bread_sx_shang_fp_cos{
    color: #64B6AF;
}
.yer_bread_sx_shang:hover .yer_bread_sx_xia_fp_shu{
    border: 1px solid #64B6AF;
}
.yer_bread_sx_shang img{
width: 24px;
height: 24px;
}
.yer_bread_sx_shang_fp{
    display: flex;
    align-items: center;
    
}
.yer_bread_sx_shang_fp_ss{
   margin: 0 12px 0 8px;
   font-size: 16px;
   color: #737373;
}
.yer_bread_sx_shang_fp_shu{
    width: 0px;
   height: 11px;
   border: 1px solid #737373;
   margin-top: 3px;
}
.yer_bread_sx_shang_fp_cos{
    font-size: 16px;
    color: #737373;
    margin-left: 12px;
}


.yer_bread_sx_xia{
    display: flex;
    align-items: center;
    margin-left: 32px;
    cursor: pointer;
    margin-top: 20px;
}
.yer_bread_sx_xia:hover .yer_bread_sx_xia_fp_ss{
    color: #64B6AF;
}
.yer_bread_sx_xia:hover .yer_bread_sx_xia_fp_cos{
    color: #64B6AF;
}
.yer_bread_sx_xia:hover .yer_bread_sx_xia_fp_shu{
    border: 1px solid #64B6AF;
}
.yer_bread_sx_xia img{
width: 24px;
height: 24px;
}
.yer_bread_sx_xia_fp{
    display: flex;
    align-items: center;
    
}
.yer_bread_sx_xia_fp_ss{
   margin: 0 12px 0 8px;
   font-size: 16px;
   color: #737373;
}
.yer_bread_sx_xia_fp_shu{
    width: 0px;
   height: 11px;
   border: 1px solid #737373;
   margin-top: 3px;
}
.yer_bread_sx_xia_fp_cos{
    font-size: 16px;
    color: #737373;
    margin-left: 12px;
}

.yer_bread_right{
    margin-left: 21px;
    width: 370px;
}
.yer_bread_right_shang{
    border: 1px solid #D4D4D4;
}
.yer_bread_right_shang_head{
    background: #80E3D1;
    height: 48px;
    
}
.yer_bread_right_shang_heads{
      padding: 0 20px;
        height: 100%;
      display: flex;
     align-items: center;
     justify-content: space-between;
}
.yer_bread_right_shang_head_zuo{
    display: flex;
    align-items: center;
}
.yer_bread_right_shang_head_zuo_img{
    width: 18px;
    height: 23px;
    margin-right: 8px;
}
.yer_bread_right_shang_head_zuo_con{
    color: #FFFFFF;
    font-size: 14px;
}
.yer_bread_right_shang_head_you{
    display: flex;
    align-items: center;
}
.yer_bread_right_shang_head_you_con{
    color: #FFFFFF;
    font-size: 14px;
}
.yer_bread_right_shang_head_you_img{
    width: 7px;
    height: 12px;
    margin-left: 6px;
    margin-top: 2px;
}
.yer_bread_right_shang_con:hover  .yer_bread_right_shang_cons_sh{
    color:#64B6AF ;
}
.yer_bread_right_shang_cons{
    display: flex;
     padding:14px 10px  16px  10px;
    border-bottom: 1px dashed #D8D8D8; 
}
.yer_bread_right_shang_consy{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.yer_bread_right_shang_cons_let{
display: flex;
flex-wrap: wrap;
align-content: space-between;
flex: 1;
padding-right: 8px;
}
.yer_bread_right_shang_cons_sh{
    width: 100%;
    font-weight: 500;
   font-size: 14px;
   color: #3D3D3D;
   overflow: hidden;
}
.yer_bread_right_shang_cons_sh p{
    width: 100%;
    overflow: hidden;
    display:-webkit-box;
    -webkit-line-clamp: 3;
   -webkit-box-orient:vertical;
   word-break: break-all;
}
.yer_bread_right_shang_cons_xia{
    display: flex;
    height: 30px;
    align-items: center;
}
.yer_bread_right_shang_cons_xia_img{
    width: 17px;
    height: 17px;
}
.yer_bread_right_shang_cons_xia_time{
    color: #7E7E7E;
    font-size: 10px;
    white-space: nowrap;
    padding-left: 5px;
}
.yer_bread_right_shang_cons_rit{
    width: 94px;
    height: 94px;
    border-radius: 6px;
    background-color: #80E3D1;
    overflow: hidden;
}
.yer_bread_right_shang_cons_rit_img{
     width: 100%;
     height: 100%;
     border-radius: 6px;
}

.yer_bread_right_xia{
    border: 1px solid #D4D4D4;
    margin-top: 21px;
    
}
.yer_bread_right_xia_head{
    background: #80E3D1;
    height: 48px;
}

.yer_bread_right_xia_heads{
    padding: 0 20px;
      height: 100%;
    display: flex;
   align-items: center;
   justify-content: space-between;
}
.yer_bread_right_xia_head_zuo{
  display: flex;
  align-items: center;
}
.yer_bread_right_xia_head_zuo_img{
  width: 21px;
  height: 21px;
  margin-right: 8px;
}
.yer_bread_right_xia_head_zuo_con{
  color: #FFFFFF;
  font-size: 14px;
}
.yer_bread_right_xia_head_you{
  display: flex;
  align-items: center;
}
.yer_bread_right_xia_head_you_con{
  color: #FFFFFF;
  font-size: 14px;
}
.yer_bread_right_xia_head_you_img{
  width: 7px;
  height: 12px;
  margin-left: 6px;
  margin-top: 2px;
}
.yer_bread_right_xia_cons{
    padding: 8px 20px;
   margin-bottom: 20px;
}
.yer_bread_right_xia_cons_img{
    height: 173px;
    overflow: hidden;
}
.yer_bread_right_xia_cons_img img{
    height: 173px;
    background-color: red;
}
.yer_bread_right_xia_cons_xs{
        border: 1px solid #D8D8D8;
}
.yer_bread_right_xia_cons_main{
    padding: 0 10px;
    border-bottom: 1px dashed #D8D8D8;
}
.yer_bread_right_xia_cons_wz{
    margin-top: 10px;
    color: #3D3D3D;
    font-weight: 600;
    font-size: 14px;
}
.yer_bread_right_xia_cons_rset{
    margin: 10px 0;
    font-size: 14px;
    overflow: hidden;
    display:-webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient:vertical;
}
.yer_bread_right_xia_cons_foot{
    padding: 9px 10px 19px 10px ;
    display: flex;
    align-items: center;
}
.yer_bread_right_xia_cons_foot_rits{
    width: 83px;
height: 27px;
border-radius: 5px;
background: #77D8D0;
color: #FFFFFF;
font-size: 14px;
text-align: center;
line-height:27px ;
}
.yer_bread_right_xia_cons_foot_left{
    flex: 1;
    display: flex;
    align-items: center;
}
.yer_bread_right_xia_cons_foot_left_img{
    width: 17px;
    height: 17px;
}
.yer_bread_right_xia_cons_foot_left_times{
          font-size: 10px;
          margin-left: 5px;
}
.yer_bread_right_xia_cons_ho:hover {
    background: #F6F6F6;
}
.yer_bread_right_xia_cons_ho:hover .yer_bread_right_xia_cons_foot_rits{
    background-color: #FB9B28;
}





.right_content{
    width: 300px;
}

.content_img{
    width: 300px;
    height: 200px;
    background: #70ac90;
}
.right_wz_list{
    /* margin-top: 10px; */
    background: #fff;
    padding-bottom: 20px;
}
.right_wz_desc{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #666;
}
.right_wz_nav{
    color: #79e3d0;
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 2px dashed #ddd;
}
.right_wz_item{
    padding: 20px 0;
    margin: 0 20px;
    display: block;
}
.bottom_line{
    margin: 0 20px;
    border-top: 2px dashed #DDD;
}
.content_tag{
    display: flex;
    border-top: 10px solid #f4f4f4;
    border-bottom: 10px solid #f4f4f4;
    padding: 10px;
}
.content_tag div:first-of-type{
    width: 80%;
}
.content_tag div:nth-of-type(2){
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content_tag div:nth-of-type(2) div{
    width: 90px;
    height: 30px;
    margin-left: 10px;
    text-align: center;
    background: #ff8d4a;
    color: #fff;
    border-radius: 5px;
    line-height: 29px;
    cursor: pointer;
}
.content_reminder{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.content_reminder .words{
    width: 61%;
    color: blue;
}
.content_reminder .btns{
    width: 38%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_reminder .btns div:first-of-type{
    width: 200px; 
}
.content_reminder .btns div{
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border-radius: 5px;
    color: #fff;
    background: #79e3d0;
    display: flex;
    justify-content: center;
}
.content_reading{
    border-top: 10px solid #f4f4f4;
    border-bottom: 2px dashed #DDD;
    padding: 10px;
    margin-bottom: 20px;
}
.content_reading_title{
    color: #79e3d0;
    font-size: 22px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.content_reading_item{
    padding: 20px;
    border-top: 2px dashed #DDD;
}
.right_wz_img{
    width: 260px;
    height: 173px;
    margin-bottom: 18px;
    background: #70ac90;
    overflow: hidden;
}
.hospital_header{
    display: flex;
    justify-content: space-between;
    margin: 20px;
}
.hospital_left{
    width: 40%;
}
.hospital_img{
    width: 450px;
    height: 300px;
    background: #79e3d0;
    overflow: hidden;
}
.hospital_right{
    width: 55%;
}
.hospital_ask{
    width: 450px;
    margin-top: 100px;
    display: flex;
    justify-content: space-evenly;
}
.hospital_ask div:first-of-type{
    width: 190px;
    border-radius: 5px;
    height: 35px;
    line-height: 34px;
    color: #fff;
    background: #79e3d0;
    font-size: 20px;
    text-align: center;
}
.hospital_ask div:nth-of-type(2){
    display: flex;
    height: 30px;
    width: 260px;
    justify-content: center;
    align-items: center;
}
.hospital_content{
    background: #fff;
    border-bottom: 30px solid #f4f4f4;
}
.hospital_score{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.score_user{
    width: 49%;
}
.score_zrt{
    width: 49%;
}
.hospital_canvas{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -22px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.score_user .title{
    color: #ff6f1a;
    font-size: 18px;
}
.score_user .btns{
    width: 180px;
    display: flex;
    justify-content: space-between;
}
.score_user .btns div{
    border: 1px solid #ddd;
    color: #ddd;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    font-size: 14px;
}
.score_user .btns div:first-of-type{
    border: 1px solid #ff6f1a;
    color: #ff6f1a;
}
.score_zrt .title{
    color: #48bebe;
    font-size: 18px;
}
.score_zrt .btns{
    width: 180px;
    display: flex;
    justify-content: space-between;
}
.score_zrt .btns div{
    border: 1px solid #ddd;
    color: #ddd;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    font-size: 14px;
}
.score_zrt .btns div:first-of-type{
    border: 1px solid #48bebe;
    color: #48bebe;
}
.hospital_right_item{
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 2px dashed #DDD;
}
.pt0{
    padding-top: 0;
}
.hospital_nav{
    display: flex;
    border: 1px solid #79e3d0;
    border-right: 0;
    height: 35px;
    margin: 20px 38px 20px 20px;
}
.hospital_nav_item h2{
    font-weight: initial;
}
.hospital_nav_item{
    display: block;
    width: 120px;
    height: 35px;
    line-height: 33px;
    color: #79e3d0;
    cursor: pointer;
    flex: 1;
    text-align: center;
    border-right: 1px solid #79e3d0;
}
.hospital_nav .on{
    background: #79e3d0;
    color: #fff;
}
.hospital_nav_item:hover{
    background: #79e3d0;
    color: #fff;
}
.right_wz_nav{
    display: flex;
    justify-content: space-between;
}

.right_wz_nav a{
    font-size:12px ;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.right_wz_discount{
    display: flex;
    margin: 20px 20px 0px 20px;
    font-size: 14px;
    padding-bottom: 20px;
}
.wz_dis_left{
    font-size: 12px;
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wz_dis_right{
    padding-top: 5px;
    width: 85px;
}
.wz_dis_left div:nth-of-type(2){
    color: #ff6f1a;
}
.zrt_content_title{
    display: flex;
    justify-content: space-between;
}
.zrt_content_title a{
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.content_list{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
.boder_top30{
    border-top: 30px solid #f4f4f4;
}
.content_fw{
    margin-bottom: 20px;
}
.show_tags{
    width: 100px;
    height: 80px;
    background: #79e3d0;
    color: #fff;
    display: flex;
    padding: 10px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
}

/* .content_boleft:nth-of-type(odd){
    margin-right: 65px;
} */
/*.content_boleft{*/
    /*height: 510px;*/
/*}*/
.content_boleft{
    margin: 20px;
    width: 25% !important;
}
.content_fw_head{
    display: flex;
    color: #48bebe;
    padding: 20px;
    align-items: center;
}
.content_fw_head div{
    align-items: center;
    flex: 1;
    padding: 0 10px;
}
.content_fw_head div:first-of-type{
    flex: 1;
}
.content_fw_head div:nth-of-type(2){
    flex: 2;
}
.content_fw_item{
    display: flex;
    padding: 10px 0;
    margin: 0 20px;
    align-items: center;
    font-size: 14px;
    border-bottom: 2px dashed #DDD;
}
.content_fw_item div{
    align-items: center;
    flex: 1;
    padding: 0 10px;
}
.content_fw_item div:first-of-type{
    flex: 1;
}
.content_fw_item div:nth-of-type(2){
    flex: 2;
    color: #54b1fd;
}
.content_fw_item div:nth-of-type(4){
    color: #ff6f1a;
}
.content_fw_btn{
    width: 100%;
    display: flex;
    justify-content: center;
}
.content_fw_btn div{
    width: 150px;
    margin: 20px 0;
    height: 45px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background: #79e3d0;
}
.content_fw_btn div a{
    color: #fff;
}
.bt0{
    border-top: 0 !important;
}

.doctor_item .hospital_item_score canvas{
    transform: scale(1);
    top: 5px;
    position: relative;
    left: -30px;
}
.h345{
    height: 345px;
}
.h180{
    height: 180px;
}
.list_tag_nav{
    display: flex;
}
.list_tag_nav div:first-of-type{
    font-size: 32px;
    color: #48bebe;
}
.list_tag_nav div:nth-of-type(2){
    color: #666;
    font-size: 24px;
    display: flex;
    flex-direction: column-reverse;
    margin-left: 10px;
}
.list_tag_title{
    background: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.list_tag_title .title{
    font-size: 28px;
    color: #666;
    padding-bottom: 20px;
    border-bottom: 2px dashed #dcdcdc;
    margin-bottom: 20px;
}
.list_tag_title .bottom{
    margin-bottom: 10px;
    display: flex;
}
.list_tag_title .bottom div{
    margin-right: 15px;
    display: flex;
}
.list_tag_title .bottom div:last-of-type{
    margin-left: auto;
    margin-right: 0;
}
.list_tag_title .bottom div img{
    width: auto;
    height: 80px;
}
.list_top_desc{
    background: #fff;
    padding: 40px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #666;
}
/* .mt30{
    margin-top: 30px;
} */
.list_item_tag{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    height: 200px;
}
.item_tag_img{
    width: 300px;
    height: 200px;
    margin-right: 15px;
    overflow: hidden;
    background: #dcdcdc;
}
.item_tag_desc{
    width: 485px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.item_tag_title{
    font-size: 22px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.item_tag_content{
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.item_tag_all{
    display: flex;
    justify-content: flex-end;
}
.item_tag_all div{
    margin-left: 20px;
    color: #666;
    display: flex;
}
.ask_content{
    line-height: 2;
    font-size: 18px;
    padding: 20px;
    border-top: 20px solid #f4f4f4;
}
.seo_content_title{
    padding: 10px 0 20px 0;
    font-size: 22px;
    color: #48bebe;
    border-bottom: 3px dashed #dcdcdc;
    margin-bottom: 20px;
}
.discount_content{
    border-top: 20px solid #f4f4f4;
    border-bottom: 20px solid #f4f4f4;
    display: flex;
    background: #f4f4f4;
    justify-content: space-between;
}
.discount_left{
    width: 310px;
    background: #fff;
    padding: 20px;
}
.discount_right{
    padding: 20px;
    width: 460px;
    background: #fff;
}
.discount_left{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.discount_score{
    width: 80px;
}
.discount_price{
    width:260px;
}
.discount_oldprice{
    font-size: 16px;
    border-bottom: 3px dashed #dcdcdc;
    padding-bottom: 16px;
    margin-bottom: 15px;
}
.discount_oldprice span:first-of-type{
    text-decoration:line-through;
}
.discount_oldprice span:nth-of-type(2){
    color: #f01414;
}
.discount_newprice span{
    color: #ff6f1a;
}
.disocunt_tx{
    font-size: 16px;
    border-bottom: 3px dashed #dcdcdc;
    padding-bottom: 16px;
    margin-bottom: 15px;
}
.discount_btns{
    display: flex;
    justify-content: space-between;
}
.dicount_zero{
    padding: 10px 20px;
    border-radius: 5px;
    background: #ff6f1a;
    color: #fff;
    cursor: pointer;
}
.dicount_ask{
    padding: 10px 20px;
    border-radius: 5px;
    border:1px solid #ff6f1a;
    color: #ff6f1a;
    cursor: pointer;
}

.dicount_zx{
    padding: 10px 20px;
    color: #666;
    cursor: pointer;
}
.list_tag_box{
    width: 800px;
    margin-top: 10px;
}
.new_footer{
    width: 100%;
    padding: 62px 0 63px;
    background: #6B6B6B;
    display: flex;
    justify-content: center;
}
.footer_box{
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_left{
    margin-top: 10px;
}
.footer_left img{
    width: 240px;
    height: 205px;
}
.footer_con{
    border-left: 2px dashed #C4C4C4; 
    padding-left: 39px;
    margin-top: 8px;
    margin-left: 39px;
}
.footer_con_item{
    padding: 10px 0 11px;
}
.footer_con_item ul{
    display: flex;
    align-items: center;
}
.footer_con_item ul li{
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 22px;
    border-right:1px solid #C1C1C1 ;
}
.footer_con_item ul li:nth-child(1){
    padding-left: 0;
}
.footer_con_item ul li:nth-last-child(1){
    border: none;
}
.footer_con_item p{
    color: white;
    padding-top: 20px;
}
.footer_con_item p a{
    color: white;
}
.footer_con_item ol{
    display: flex;
    align-items: center;
    padding-top: 22px;
}
.footer_con_item ol li img{
    width: 31px;
    height: 31px;
}
.footer_con_item ol li:nth-last-child(1){
    padding-left: 12px;
}
.footer_con_item ol li p{
    padding-top: 3px;
    color: #FB9F29;
    font-size: 20px;
    font-weight: 600;
}
.footer_right img{
    width: 292px;
    height: 151px;
}
.footer_right p{
    color: #FFFFFF; 
    font-size: 16px;
    padding-top: 16px;
}
.footer_links{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}
.footer_links a{
    color: #000;
}
.look_icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/statics/mhgzrt/img/zhf.png) no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
.fire_icon{
    width: 20px;
    height: 20px;
    background: url(/statics/mhgzrt/img/lll.png) no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
.news_look div{
    display: flex;
    align-items: center;
}
.like_icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/statics/mhgzrt/img/xh.png) no-repeat;
    background-size: 100%;
    margin-right: 5px;
    cursor: pointer;
}
.xgct_icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/statics/hgzrt/images/xgct.png) no-repeat;
    background-size: 100%;
    margin-right: 5px;
    cursor: pointer;
}
.icon_fbr{
    width: 20px;
    height: 20px;
    background: url(/statics/mhgzrt/img/fbr.png) no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
.ask_user{
    display: flex;
    align-items: center;
}
.imgBox{
    width: 984px;
    margin-left: 216px;
    background: #fff;
}
.imgBox a{
    width: 100%;
    margin: 0 auto;
}
.img-slide{
    display: none;
}
.imgBox img {
    width: 100%;
    margin: 0 auto;
}
.imgBox a:first-of-type img{
    display: block;
}
/* 鼠标滑过显示图片 */
.phone_qr {
    position: absolute;
    width: 175px;
    height: 175px;
    margin-left: -60px;
    display: none;
    z-index: 100;
}

.phone_qr b {
    display: inline-block;
    width: 175px;
    height: 199px;
    background: url(/statics/hgzrt/images/donwold.png) no-repeat;
    background-size: 100%;
}

.phone_qr .phone_qr_jlt {
    background-position: -746px 0;
}

.phone_qr_icon:hover .phone_qr {
    display: block;
}

.wechat_qr_icon:hover .phone_qr {
    display: block;
}
.qrcode{
    height: 105px !important;
}
.wechat-qrcode div{
    background: #fff !important;
    color: #000 !important;
}
.wechat-qrcode .help{
    margin: 0 auto;
    width: auto !important;
}
.item_eyes{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/statics/hgzrt/images/eyes.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;
}
.item_nose{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/statics/hgzrt/images/nose.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;
}
.item_chest{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/statics/hgzrt/images/chest.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;
}
.item_face{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/statics/hgzrt/images/face.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;  
}
.item_rhytidectomy{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/statics/hgzrt/images/rhytidectomy.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;  
}
.item_hair{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/statics/hgzrt/images/hair.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;  
}
.item_liposuction{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/statics/hgzrt/images/liposuction.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;  
}
.item_plant{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/statics/hgzrt/images/plant.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;  
}
.item_scar{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/statics/hgzrt/images/scar.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;  
}
.item_correct{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/statics/hgzrt/images/correct.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;  
}
.item_microtia{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/statics/hgzrt/images/microtia.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;  
}
.item_qingao{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/statics/hgzrt/images/qingao.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;  
}
.menuContent .item>a:hover{
    background: #FEF1DE;
}
.menuContent .item>a span{
    width: 70px;
}
.nav_border{
    background: #80E3D1;
   
}
.page {
    text-align: center;
    margin-top: 50px;
  }
  .page a {
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    line-height: 30px;
    margin-left: 5px;
    padding: 0 10px;
    color: #676767;
  }
  
  .page span {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    background-color: #79e3d0;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    margin-left: 5px;
  }
  .login_box{
      width: 100%;
  }
  .login_item{
    width: 250px;
    background: #fff;
    padding: 50px;
    margin: 0 auto;
  }
  .login_user,.login_password{
    border-bottom: 1px solid #f2f2f2;
    padding-top: 8px;
  }
  .login_user input{
    height: 50px;
    width: 100%;
  }
  .login_password input{
    height: 50px;
    width: 100%;
  }
  .login_header{
    color: #222;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}
  .login_header::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 2px;
    background: #79e3d0;
    border-radius: 1px;
  }
  .login_btn{
    margin: 20px auto 0 auto;
    width: 220px;
    height: 48px;
    line-height: 48px;
    background: #79e3d0;
    border-radius: 10px;
    box-shadow: 0 6px 16px 0 rgb(78 111 242 / 30%);
    font-size: 17px;
    font-weight: 500;
    border: 0;
    color: #fff;
    cursor: pointer;
    text-align: center;
  }
  .login_check{
      margin-top: 20px;
      font-size: 12px;
  }

  /*
  轮播图样式
   */
#flash {
    width: 100%;
    height: 517px;
    margin: 0 auto;
    position: relative;
}
#prev {
    width: 50px;
    height: 50px;
    background-image: url(/statics/hgzrt/images/swp1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 183px;
    left: 2%;
    z-index: 1000;
    cursor: pointer;
}
#next {
    width: 50px;
    height: 50px;
    background-image: url(/statics/hgzrt/images/swp2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 183px;
    right: 2%;
    z-index: 1000;
    cursor: pointer;
}
#flash #play {
    width: 100%;
    height: 517px;
    list-style: none;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
#button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    list-style: none;
    margin-left: -55px;
}
#flash #play li {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 517px;
}
.play_box {
    width: 1200px;
    margin: 0 auto;
    display: block;
}
#flash #play li img {
    float: left;
    width: 994px;
    height: 517px;
    margin-left: 206px;
}

/*图片模糊相关*/
.seo_content p{
    overflow: hidden;
}

.content_img {
    overflow: hidden;
}
.zxys_items_hospital_item_gongli{
     padding:3px 5px ;
     font-size: 14px;
     border-radius: 4px;
     background: #5EDCB9;
     margin: 0 6px 0 50px;
 }
.zxys_items_hospital_item_phone div{
    display: inline-flex;
    background: #E7F7FF;
    padding: 5px;
    border-radius: 4px;
    color: #38AFF3;
    font-size: 14px;
}
.zxys_items_hospital_item_phone p{
    display: inline-flex;
}
.zxys_items_hospital_item_phone{
    margin-top: 5px;
}
/*end*/
/*添加评论的提交按钮样式*/
.btn{width: 95px;
    height: 33px;
    border-radius: 6px;
    background: #77D8D0;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 37px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;}

